hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

Test SDK retry enhancements do improve handling down nodes

Open SimiHunjan opened this issue 4 years ago • 0 comments

Problem

The following issues were added to increase the stability and performance of the SDKs when nodes are unavailable.

https://github.com/hashgraph/hedera-sdk-java/issues/788 https://github.com/hashgraph/hedera-sdk-java/issues/787 https://github.com/hashgraph/hedera-sdk-java/issues/785

After the enhancements are implemented, the SDK needs to be tested against an environment that has unavailable nodes in the network.

Solution

  • Add a few invalid node entries
  • Set-up HAproxy that isn't routing

Alternatives

No response

SimiHunjan avatar Dec 03 '21 18:12 SimiHunjan