[akka-user] Message Broadcasting in an akka cluster

2015-07-14 Thread Jim Hazen
You could implement the mediator yourself and include all your business logic there. That said, why do this? What's the fear of an extra actor dealing with these concerns and providing separation? I don't think it's possible to use an external implementation and not have separation. --

[akka-user] Message Broadcasting in an akka cluster

2015-07-13 Thread Vishnu Sharavan Nag
Hi, Is there a way to broadcast a message across the nodes in a cluster without using an intermediate actor like a mediator actor in distributed pub-sub or a shard region actor in cluster sharding? BR, Vishnu -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ