Re: [akka-user] Play and Akka in one Cluster

2014-07-08 Thread Martynas Mickevičius
Hi Muki, if the front-end is only responsible for sending work to the back-end I would suggest using Cluster Client http://doc.akka.io/docs/akka/2.3.4/contrib/cluster-client.html in the front-end to send work to your back-end cluster. On Tue, Jul 8, 2014 at 12:02 AM, Muki

[akka-user] Play and Akka in one Cluster

2014-07-07 Thread Muki
Hi, I'm currently starting to learn more about akka's cluster feature. My goal is to have separate frontend and backend which are part of the same cluster, so I can - Start jobs on backend akka-nodes from the play frontend-nodes - Monitor my cluster status (nodes up/down, jobs running)