-
Notifications
You must be signed in to change notification settings - Fork 127
Add the example on how to communicate with particular node(s) #1594
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
Labels
enhancement
New feature or request
Comments
Please assign me to this issue @thenswan |
b-l-u-e
added a commit
to b-l-u-e/hedera-sdk-java
that referenced
this issue
Apr 23, 2025
…trates three different approaches to communicate with specific nodes in the Hedera network: 1. Direct node specification - Creating a custom network map with only specific nodes 2. Extracting from network map - Getting the full network and then extracting specific nodes 3. Using TLS with specific nodes - Demonstrating secure communication with specific nodes The example includes detailed documentation comments explaining each approach and when to use them. This addresses issue hiero-ledger#1594 which requested clearer documentation on how to communicate with specific nodes.
b-l-u-e
added a commit
to b-l-u-e/hedera-sdk-java
that referenced
this issue
Apr 23, 2025
Add a link to the new SpecificNodeExample in the SDK section of the README.md file. This makes the example discoverable for users looking to learn how to communicate with specific nodes in the Hedera network. Part of the solution for issue hiero-ledger#1594. Signed-off-by: b-l-u-e <winnie.gitau282@gmail.com>
b-l-u-e
added a commit
to b-l-u-e/hedera-sdk-java
that referenced
this issue
Apr 24, 2025
Add a link to the new SpecificNodeExample in the SDK section of the README.md file. This makes the example discoverable for users looking to learn how to communicate with specific nodes in the Hedera network. Part of the solution for issue hiero-ledger#1594. Signed-off-by: b-l-u-e <winnie.gitau282@gmail.com>
b-l-u-e
added a commit
to b-l-u-e/hedera-sdk-java
that referenced
this issue
Apr 24, 2025
…trates three different approaches to communicate with specific nodes in the Hedera network: 1. Direct node specification - Creating a custom network map with only specific nodes 2. Extracting from network map - Getting the full network and then extracting specific nodes 3. Using TLS with specific nodes - Demonstrating secure communication with specific nodes The example includes detailed documentation comments explaining each approach and when to use them. This addresses issue hiero-ledger#1594 which requested clearer documentation on how to communicate with specific nodes. Signed-off-by: b-l-u-e <winnie.gitau282@gmail.com>
b-l-u-e
added a commit
to b-l-u-e/hedera-sdk-java
that referenced
this issue
Apr 24, 2025
Add a link to the new SpecificNodeExample in the SDK section of the README.md file. This makes the example discoverable for users looking to learn how to communicate with specific nodes in the Hedera network. Part of the solution for issue hiero-ledger#1594. Signed-off-by: b-l-u-e <winnie.gitau282@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
The user submitted an issue asking how to communicate with particular node(s), so seems like it's not very clear from the Java SDK codebase.
Solution
To add an example of how to communicate with particular node(s).
For reference, see the issue #1569 and PR #1570.
Alternatives
No response
The text was updated successfully, but these errors were encountered: