That is how topics are implemented (but not with the eventbus). A message published to a topic is only transferred over the wire once to each node that has subscribers and then delivered to all local subscribers.
/Patrik > 6 maj 2014 kl. 15:30 skrev Jabbar Azam <[email protected]>: > > Hello Chanan, > > This is an evening project for me so you might get it done before me. > Although I got the cluster sharding, with cassandra, working last night. > >> On Tuesday, 6 May 2014 14:14:19 UTC+1, Chanan Braunstein wrote: >> Hi Jabbar, >> >> We were thinking of that same design. If you implement before we do, please >> share your experiences with that design and we will do the same. >> >> Chanan > > -- > >>>>>>>>>> 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. -- >>>>>>>>>> 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.
