We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. @tolitius
Is there any solution of connecting without IP address ? I want to use only URL.
[now] :hz-client {:hosts ["127.0.0.1" "127.0.0.2"]
[I want to use] :hz-client {:hosts ["http://aaa.com"]
Thank you very much. :)
The text was updated successfully, but these errors were encountered:
given that aaa.com listens on default hazelcast ports (between 5701 and 5801) it should work:
aaa.com
:hz-client {:hosts ["aaa.com"]
hface calls chazel that calls hazelcast API directly to pass this list of hosts / ips.
Sorry, something went wrong.
No branches or pull requests
Hi. @tolitius
Is there any solution of connecting without IP address ?
I want to use only URL.
[now]
:hz-client {:hosts ["127.0.0.1" "127.0.0.2"]
[I want to use]
:hz-client {:hosts ["http://aaa.com"]
Thank you very much. :)
The text was updated successfully, but these errors were encountered: