I have a use case where a million individual actors will be created across the cluster.
The tasks will be received from outside cluster and i have to identify and send the task to assigned single actor for that task.
How can i create actor from outside of the cluster if i use Cluster sharding and how to send message to that particular actor from outside of the cluster nodes
If i use Cluster sharding i have to create seperate shard for a actor.Which means
Million shards have to created for million actors.
How to identify the shard and actor in cluster?