Akka Net Best Practices · Aaronontheweb/dotnet-skills
Apply Akka.NET patterns for messaging and supervision
Covers core Akka.NET design decisions: choosing between EventStream and DistributedPubSub, structuring supervision and error handling, and organizing work distribution across cluster nodes. Useful when designing actor communication patterns that need to hold up in a multi-node deployment.
Good for
- Choose between EventStream and DistributedPubSub for events
- Design supervision strategies and error-handling for actors
- Abstract cluster sharding so tests run without a cluster
- Source repository
- Aaronontheweb/dotnet-skills
- Category
- General
Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.
A good place to start
Should I use EventStream or DistributedPubSub for cross-node notifications in my Akka.NET cluster, and how should I structure error handling?

Make your next great thing.
Bring a question, a file, or an idea that’s not quite there yet.