// BLOG

Beyond HTTP

Distributed systems architecture, Akka.NET patterns, .NET + AI development, and performance — from the framework’s creators.

ref: posts
Sep 24, 2025
You Don't Need to Use Akka.HealthChecks Anymore

You Don't Need to Use Akka.HealthChecks Anymore

We have just recently shipped Akka.Hosting v1.5.48.1 and newer, all of which now have built-in Microsoft.Extensions.HealthCheck integration that is significantly easier to configure, fewer packages to install, and easier to customize than what we had with Akka.HealthChecks. This post consists...

akka.net Read more
Aug 28, 2025
The Easiest Way to Do OpenTelemetry in .NET: OTLP + Collector

The Easiest Way to Do OpenTelemetry in .NET: OTLP + Collector

We know OpenTelemetry deeply at Petabridge. We’ve built Phobos, an OpenTelemetry instrumentation plugin for Akka.NET, so we understand the low-level bits. Beyond that, we’ve been using OpenTelemetry in production for years on Sdkbin and we’ve helped over 100 customers implement...

akka.net Read more
Aug 14, 2025
Why Akka.Streams.Kafka is the Best Kafka Client for .NET

Why Akka.Streams.Kafka is the Best Kafka Client for .NET

If you’re using Kafka in .NET, you’re probably writing hundreds of lines of code just to handle “what happens when my consumer crashes?” or “how do I retry failed messages?” or “what happens when I’m consuming messages too fast?” What...

akka.net Read more
Jul 08, 2025
Self-Healing Akka.NET Clusters

Self-Healing Akka.NET Clusters

We just recently wrote about using Akka.Management to help automate Akka.Cluster formation in most runtime environments - this post deals with a similar theme: how Akka.Cluster’s built-in infrastructure deals with network failures that will inevitably occur inside any distributed application...

videos Read more
Jun 20, 2025
Model Context Protocol, Without the Hype

Model Context Protocol, Without the Hype

We haven’t talked that much about AI and LLM-driven development here at Petabridge, aside from a webinar we ran a year ago, but we’ve been using it heavily on our day jobs: Creating the visuals for “Why Learn Akka.NET?”; Doing...

akka.net Read more
Mar 26, 2025
Retiring Akka.Persistence.SqlServer, Postgres, Sqlite

Retiring Akka.Persistence.SqlServer, Postgres, Sqlite

It was just about 10 years ago when we shipped Akka.NET v1.0.2, the release where we first introduced betas of some of our most popular Akka.Persistence plugins: Akka.Persistence.Postgres, Akka.Persistence.SqlServer, and Akka.Persistence.Sqlite. All of these plugins were based off of a...

akka.net Read more
ref: newsletter

// STAY_CONNECTED