Skip to main content

Random things learned building Akka.NET – Part 1

· 3 min read
Founder, Asynkron Systems

In this short post I will explain some of the things I’ve learned building Akka.NET.
I will describe some of the friction points I have noticed and why I personally don’t use features like Akka Cluster to build entire systems.
Some of these thoughts might be obvious, some might be naive, but they do reflect my current view on building distributed systems.

Deploying actors with Akka.NET

· 4 min read
Founder, Asynkron Systems

We have now ported both the code and configuration based deployment features of Akka.
This means that you can now use Akka.NET to deploy actors and routers on remote nodes either via code or configuration.