Re: [akka-user] Feasibility of multiple services sharing a single Akka cluster?

2017-01-03 Thread Stefan Larsson
Thanks for the feedback! Regards, Stefan On Tuesday, January 3, 2017 at 1:19:02 PM UTC+1, Patrik Nordwall wrote: > > In general we recommend one Akka cluster per microservice and something > else than Akka remoting/clustering for communication between different > microservices, such as http or

Re: [akka-user] Feasibility of multiple services sharing a single Akka cluster?

2017-01-03 Thread Patrik Nordwall
In general we recommend one Akka cluster per microservice and something else than Akka remoting/clustering for communication between different microservices, such as http or message broker. That gives best deployment isolation. Any general recommendation has exceptions of course, e.g. the convenien

[akka-user] Feasibility of multiple services sharing a single Akka cluster?

2017-01-02 Thread Stefan Larsson
Hi, I'm new to Akka and need some advice on architecture to migrate a set of "legacy" components to Akka. I have two existing microservices-based components which I'm considering to modify to use Akka actors and clustering. It's currently load-balanced across multiple nodes each having an inst