[akka-user] Re: Akka and Mesos: Will it blend?

2015-06-18 Thread Jason Martens
I have heard from another co-worker that Akka remoting is very difficult on Mesos using Docker, because of the random ports that it uses to connect. Docker expects you to specify which ports are going to be used by your container, and if you don't know ahead of time it can be difficult to

Re: [akka-user] Re: Akka and Mesos: Will it blend?

2015-06-18 Thread Viktor Klang
Akka 2.4 solves the docker problem with supporting an external address and one internal. -- Cheers, √ On 18 Jun 2015 19:28, Jason Martens m...@jasonmartens.com wrote: I have heard from another co-worker that Akka remoting is very difficult on Mesos using Docker, because of the random ports

Re: [akka-user] Re: Akka and Mesos: Will it blend?

2015-06-18 Thread tigerfoot
Actually that's not quite right...its not nearly that simple. These oceans like Mesos need to auto-assign the ports so while, yes, 2.4 gives dual binding capabilities this is only useful when you know the ports! So how do you do that? That's much more complex. I've got a hello-world remote