You should open the port, specified as a *localPort* in *TcpDiscoverySpi * configuration. The same for communication SPI and other protocols, that are used in your cluster, like JDBC, REST, etc.
The only difference in Zookeeper-based discovery is that Zookeeper is used to find other nodes on the network. So, only IP finder is different. Discovery protocol works the same way as with *TcpDiscoveryVmIpFinder *or any other IP finder. Denis чт, 5 апр. 2018 г. в 14:09, Roman Shtykh <[email protected]>: > You can specify the port your zk is running on as shown in [1], and it > should be opened > > > https://apacheignite.readme.io/docs/cluster-config#zookeeper-based-discovery > > Roman > > > On Thursday, April 5, 2018, 4:48:05 p.m. GMT+9, monalsinha < > [email protected]> wrote: > > > I am using Apche Ignite with zookeeper based discovery using curator > framework. > Do I need to open any port on my ignite node like TCP based discovery, in > order for this to work? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
