Skip to content

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

Closed
thenswan opened this issue Sep 7, 2023 · 1 comment · Fixed by #2307
Closed

Add the example on how to communicate with particular node(s) #1594

thenswan opened this issue Sep 7, 2023 · 1 comment · Fixed by #2307
Assignees
Labels
enhancement New feature or request

Comments

@thenswan
Copy link
Contributor

thenswan commented Sep 7, 2023

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

@thenswan thenswan added the enhancement New feature or request label Sep 7, 2023
@thenswan thenswan self-assigned this Sep 7, 2023
@SimiHunjan SimiHunjan added this to the 2.29.1 milestone Oct 16, 2023
@Petyo-Lukanov Petyo-Lukanov removed this from the 2.29.1 milestone Dec 20, 2023
@b-l-u-e
Copy link
Contributor

b-l-u-e commented Nov 7, 2024

Please assign me to this issue @thenswan

@0xivanov 0xivanov assigned b-l-u-e and unassigned thenswan Nov 8, 2024
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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants