I managed to get a cluster of servers set up using docker in bridge mode by supplying an AddressResolver for both discovery and communications. I only did this in the servers. Intuitively it doesn't seem necessary to do this in clients since I'm assuming connection initiation is done from the clients to the servers, so as long as the clients get the correct addresses during the discovery phase, they shouldn't need to resolve their own external address.
However, it's not clear from the documentation on Clients vs Servers if this is the case. I'm assuming cleints don't even listen on any ports. Can someone clarify? Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/AddressResolver-in-clients-tp10223.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
