Re: [akka-user] Akka Cluster without Remoting?

2016-03-19 Thread Endre Varga
Hi Curt, On Fri, Mar 18, 2016 at 5:35 AM, Curt Siffert wrote: > Hi, I'm supporting a pre-existing Akka project that is currently set up to > run 1 Master instance and N Worker instances. > > It does not use routing/remoting. > What do you mean by not using routing? How does

[akka-user] Akka Cluster without Remoting?

2016-03-19 Thread Curt Siffert
Hi, I'm supporting a pre-existing Akka project that is currently set up to run 1 Master instance and N Worker instances. It does not use routing/remoting. We start them in 'Master' or 'Worker' modes via startup flags - each instance has its own actor system, and the only information they