Dear all,

When running our Akka cluster in docker we need to bind netty to 0.0.0.0 to 
make it accessible to the outside of the container and binding to the external 
ip of the docker host is not possible. However, the seed node uri needs to 
point to the external ip in order to connect to the seed nodes. Consequently, 
the seed node drops the messages from joining nodes because it thinks they are 
not meant for him.

Is there an existing solution to this issue? One of the solutions would be to 
use host names and change the ip addresses through the hosts file. This would 
be very cumbersome for us to maintain.

Would it be sensible to include a different variable that is used to configure 
the identifier of the node such that it is decoupled from the hostname used to 
bind the network interface?

Cheers,
Alessandro 

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to