Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignite cluster discovery #11372

Open
satishviswanathan opened this issue Jun 3, 2024 · 1 comment
Open

Ignite cluster discovery #11372

satishviswanathan opened this issue Jun 3, 2024 · 1 comment

Comments

@satishviswanathan
Copy link

@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?

@ptupitsyn
Copy link
Contributor

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-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants