Hi!
I'm afraid that it is impossible.

If you are using ZookeperDiscovery (not TcpDiscovery with
TcpDiscoveryZookeeperIpFinder, this is important!),
every ignite node maintains EPHEMERAL_SEQUENTIAL znode in
/apacheIgnite/n/<locNode>. But it doesn't contains any information
regarding
ip addresses, node attributes and so on, only index of last acked
event. This information (addresses and so on) are shared during the
join process and
after completing joining of the node to the cluster, a coordinator
wipes these znodes. So it is impossible to obtain this information
from the zookeeper
about cluster nodes.

If you are using TcpDiscoveryZookeeperIpFinder, you can implement a
client address finder based on it's source code.

вт, 25 мая 2021 г. в 05:59, 38797715 <38797...@qq.com>:
>
> Hello,
>
> For the Ignite cluster with ZooKeeper Discovery, if want to access the 
> cluster through thin client, is there an example of ClientAddressFinder?

Reply via email to