hiero-ledger / hiero-ledger/hiero-consensus-node
Migrate from StandardWorkGroup to StructuredTaskScope for reconnect
Open
Platform Reconnect
Tech Debt Reduced
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
`StandardWorkGroup` is used to execute multiple tasks in parallel and cancel all in case if any fail.
This class is currently used in reconnect logic and can be replaced with JDK `StructuredTaskScope`, which implements the same behavior and in simple way.
Contributor guide
Assessment
This issue has not been assessed yet.