Category "akka-cluster"

How to handle million individual actors with AKKA Cluster setup?

I have a use case which is million clients data processed by individual actor.And all the actors created on across multiple nodes and formed as a cluster. When

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.