Re: [akka-user] Remoting - no reconnect possible - name or service not known

2017-06-09 Thread Patrik Nordwall
If you can't open connections in both direction Akka Remoting is not the right tool. Even though you might get it working initially by sending the first message in the "right" direction there is no guarantee that the connection will remain in that way forever. /Patrik fre 2 juni 2017 kl. 18:49

Re: [akka-user] Remoting - no reconnect possible - name or service not known

2017-06-02 Thread Manfred Bergmann
Well, I was hoping you wouldn't respond with that. :/ I read that Akka remoting is a peer2peer framework. Nevertheless we use it partly as client-server. Probably also because the requirements were not absolutely clear in the beginning of software design. Also that doesn't explain what exactly

Re: [akka-user] Remoting - no reconnect possible - name or service not known

2017-06-02 Thread Patrik Nordwall
http://doc.akka.io/docs/akka/current/scala/general/remoting.html#peer-to-peer-vs-client-server Sorry for short answer /Patrik fre 2 juni 2017 kl. 09:35 skrev Manfred Bergmann : > Hello. > > I need some advice. > > The following situation (Akka 2.5.2): > > I have an

[akka-user] Remoting - no reconnect possible - name or service not known

2017-06-02 Thread Manfred Bergmann
Hello. I need some advice. The following situation (Akka 2.5.2): I have an ActorSystem on one host (host0) and another ActorSystem on another host (host1). host0 is assumed to always be online and available. host0 does not know the ip address or hostname of host1 (DNS). host0 cannot make