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

How can i connect hazelcast cluster using URL ? #12

Open
pkgonan opened this issue Dec 1, 2019 · 1 comment
Open

How can i connect hazelcast cluster using URL ? #12

pkgonan opened this issue Dec 1, 2019 · 1 comment

Comments

@pkgonan
Copy link

pkgonan commented Dec 1, 2019

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. :)

@tolitius
Copy link
Owner

tolitius commented Dec 2, 2019

given that aaa.com listens on default hazelcast ports (between 5701 and 5801) it should work:

:hz-client {:hosts ["aaa.com"]

hface calls chazel that calls hazelcast API directly to pass this list of hosts / ips.

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

No branches or pull requests

2 participants