Re: [akka-user] Event Stream and Routers

2017-03-20 Thread marco . campanelli
Hi Patrik, thanks for your reply. My confusion comes from the fact that, wrongly, I was expecting the Event Stream bus to behave like a Broadcast message, so the message would be received by all the routees of the router that registred with the bus. Yet, I was surprised by the fact that two rou

[akka-user] Event Stream and Routers

2017-03-15 Thread marco . campanelli
I'm trying to use the event stream bus to publish a message that has to be picked up by a router implemented as a "smallest-mailbox-pool". I noticed that only two of the 5 router's routees actually receive the message. Is that the expected behaviour? I could be using a Broadcast message, but sin