Hi, all I have some questions about cluster sharding
it seems that cluster sharding does not provide the ability to broadcast a particular message to all entries for a shard (other messages should be delivered to a specific entry)? In my use case, I need the auto sharding capacity provided by cluster sharding (especially move shard from one region to another for load balancing), my questions are 1. is it possible to broadcast some of the messages to all entries in cluster sharding? 2. If the answer to 1 is not, what's the other pattern I can use to achieve both auto-sharding (with some manual implementation) and broadcast message to entries? Thank you very much! Best, Nan -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
