Category "akka.net"

Akka.net restart actor system termination on node quarentined

We are developing a cluster with Akka.net v1.4.38 on we have seed nodes that communicate with a external system using Akka.IO.TCP, and multiple client nodes tha

How to create an actor in Akka cluster dynamically

How can i create an actor in akka cluster Sharding dynamically with Cluster Client which will pass message from out side the cluster with akka remoting.

Change Priority Of individual actors dynamically

I'm attempting my first Akka.Net project. I have a number of actors (circa 10,000) which are processing projections for an Event Sourcing system. I have modelle