Hi,
I need clarification about ShardedDaemonProcess (SDP).For example, SDP runs three actors (three tags). If I run (run it on every node) SDP in Akka cluster with three nodes would I have total three SDP’s actor on the cluster or ?
Hi,
I need clarification about ShardedDaemonProcess (SDP).For example, SDP runs three actors (three tags). If I run (run it on every node) SDP in Akka cluster with three nodes would I have total three SDP’s actor on the cluster or ?
Because it’s sharded, in this scenario you would have three SDP actors in the whole cluster.