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 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.
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