hedera-sdk-java
hedera-sdk-java copied to clipboard
Test SDK retry enhancements do improve handling down nodes
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