apache/ignite

Ignite cluster discovery

satishviswanathan opened this issue · 1 comments

@ptupitsyn - on apache client is there a way I can mention a service discovery url in the connection string rather than give multiple nodes in the cluster?

Service discovery URLs are not supported directly, but you can implement your own "address finder" that will load the addresses from the URL and pass to the Ignite client:

https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/ClientConfiguration.html#setAddressesFinder-org.apache.ignite.client.ClientAddressFinder-