Hello Chanan, What Heiko said +1 :-) The EventBus is strictly *local-only*, the reasons for that have been explained a bit here: https://groups.google.com/forum/#!searchin/akka-user/eventstream$20local/akka-user/gSO7s6587BQ/WQZGCGJrfq4J
Thanks for pointing out that it's not from the docs ( http://doc.akka.io/docs/akka/snapshot/scala/event-bus.html#event-stream ), I created a ticket https://www.assembla.com/spaces/akka/simple_planner#/ticket:3982 and will add a word or two to clarify this. I hope this helps! On Mon, Apr 7, 2014 at 10:41 PM, Heiko Seeberger <[email protected]>wrote: > Chanan, > > Nope, the event bus is a local thing. Of course you could start a cluster > aware actor on each node that subscribes to the event bus and forwards > events to cluster mates, but that’s something you have to build on your own. > > Heiko > > On 07 Apr 2014, at 21:17, Chanan Braunstein <[email protected]> > wrote: > > Hello, > > I didn't find this in the documentation - Do message published on an > EventBus go to the whole cluster? > > Thanks, > 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. > > > > -- > > Heiko Seeberger > Twitter: @hseeberger > Blog: blog.heikoseeberger.name > > > > -- > >>>>>>>>>> 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. > -- Cheers, Konrad 'ktoso' Malawski hAkker - Typesafe, Inc <http://www.scaladays.org/> -- >>>>>>>>>> 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.
