Hi, I'm running an ignite cluster on VMs running on Openstack and using regular network stack nothing special here.
My CLIENT (client=true) applications are running in DC/OS using docker container in bridged network mode. When using TCP discovery everything works nice and dandy. But I recently tried to switch to Zookeeper discovery but the docker application can't seem to connect or get discovered? I'm assuming when running in bridge mode I need to open a port on the bridge to allow other node to connect back. Is there a way to the ignite client/zookeeper SPI that the CLIENT node is available at a specific ip/port?