Re: [akka-user] EventBus and Cluster

2014-04-07 Thread Konrad Malawski
typo, I meant: "... not obvious from the docs" -- k -- >> 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 r

Re: [akka-user] EventBus and Cluster

2014-04-07 Thread Konrad Malawski
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:/

Re: [akka-user] EventBus and Cluster

2014-04-07 Thread Heiko Seeberger
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 wrote: > He

[akka-user] EventBus and Cluster

2014-04-07 Thread Chanan Braunstein
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 >>