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

Changed publicIp check to privateIp when parsing API response [CN-47] #77

Merged
merged 2 commits into from
Apr 9, 2021

Conversation

alparslanavci
Copy link
Contributor

Fixes #76.

@alparslanavci alparslanavci requested a review from leszko April 8, 2021 10:01
@alparslanavci alparslanavci requested a review from a team as a code owner April 8, 2021 10:01
@alparslanavci alparslanavci requested a review from mtyazici April 8, 2021 10:01
Copy link

@leszko leszko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added one comment. Other than that, it looks good. Thanks for the work @alparslanavci

+ " }\n"
+ " ]\n"
+ "}", INSTANCE_1_PRIVATE_IP, TAG.getKey(), TAG.getValue(), INSTANCE_2_PRIVATE_IP);
"{\n" + " \"value\": [\n" + " {\n" + " \"name\": \"test-nic\",\n"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you format this string as json?

Hint: In IntelliJ there is this option to insert JSON and it's formatted automatically.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It took a while to find how to format it but managed eventually :)

@alparslanavci alparslanavci merged commit f20cf3e into hazelcast:master Apr 9, 2021
@alparslanavci alparslanavci added this to the 2.1.1 milestone Apr 9, 2021
@degerhz degerhz changed the title Changed publicIp check to privateIp when parsing API response Changed publicIp check to privateIp when parsing API response [CN-47] May 28, 2021
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

Successfully merging this pull request may close these issues.

No support for network interfaces without public IPs
2 participants