Hi, I have 3 server nodes deployed on VMs as far as they are concerned it's practically bare metal installation.
My client nodes CLIENT=TRUE connect from within DC/OS Cluster using docker in either bridged network or closed DC/OS network. I.e: They are not visible to the network. In TCP/IP Discovery this seems to work no problem, client connects and I can do cache operations no problem. But does the server node ever attempt to connect back to the client node in any way? And do the clients need some kind special address resolution / port forwarding? I see there's a BasicAddressResolver class, but it's not really documented in the official docs. https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/BasicAddressResolver.html
