// BLOG

Beyond HTTP

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

ref: posts
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
Feb 17, 2025
Introducing Akka.NET Bootcamp 2.0

Introducing Akka.NET Bootcamp 2.0

Akka.NET Bootcamp has a special place in my heart because it’s really “the thing” that launched Petabridge as a business 10 years ago. However, the original Akka.NET Bootcamp should have really been replaced years ago as both Akka.NET and the...

akka.net Read more
Jan 14, 2025
Akka.NET v1.6 Roadmap and Features

Akka.NET v1.6 Roadmap and Features

We’re kicking off 2025 with a fresh look at Akka.NET and what we have planned for our next big release: Akka.NET v1.6! Akka.NET v1.6: a Performance-Focused Release As it says in our promo image here - Akka.NET v1.6 is a...

akka.net Read more
ref: newsletter

// STAY_CONNECTED