// BLOG

Beyond HTTP

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

ref: posts
Jun 18, 2026
Visualize Your Akka.Streams Graphs with OpenTelemetry

Visualize Your Akka.Streams Graphs with OpenTelemetry

Register one OpenTelemetry source and your traces will show the real shape of your Akka.Streams graph: every stage, in the order it actually runs. No commercial license, no extra wiring. It’s built into Akka.NET as of v1.5.66. People have been...

videos Read more
Jun 10, 2026
Why We Removed FluentAssertions from Akka.NET

Why We Removed FluentAssertions from Akka.NET

Back at the very end of March we shipped Akka.NET v1.5.64. We’ve done a handful of releases since then, but I want to come back to this one specifically, because it contained a change that’s been a long time coming:...

akka.net Read more
Jan 14, 2026

How AI Will Transform Open Source Business Models

This is Part 2 of a two-part series. Part 1 covered why AI is accelerating open source adoption, not killing it. This post examines which business models thrive and which struggle in the AI era. Subscribe to our mailing list...

business Read more
Jan 08, 2026

AI Won't Kill Open Source - It Will Amplify It

Earlier this week, Adam Wathan, the creator of Tailwind CSS, dropped a bombshell about how AI has impacted his company and its employees: the reality is that 75% of the people on our engineering team lost their jobs here yesterday...

business Read more
Nov 26, 2025
The Worst Security Vulnerability in Akka.NET - And How to Fix It

The Worst Security Vulnerability in Akka.NET - And How to Fix It

In October 2025, we disclosed the most critical security vulnerability ever found in Akka.NET: CVE-2025-61778. This vulnerability affects Akka.Remote’s TLS implementation - specifically, we were supposed to implement mutual TLS (mTLS), but we didn’t. The server never validated client certificates,...

akka.net Read more
Oct 24, 2025
Akka.NET + Kubernetes: Everything You Need to Know

Akka.NET + Kubernetes: Everything You Need to Know

Running Akka.NET in Kubernetes can feel like a daunting task if you’re doing it for the first time. Between StatefulSets, Deployments, RBAC permissions, health checks, and graceful shutdowns, there are a lot of moving parts to get right. But here’s...

akka.net Read more
ref: newsletter

// STAY_CONNECTED