hiero-ledger / hiero-ledger/hiero-consensus-node
Add support for nested objects in configuration
Open
Platform
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
Currently, nested objects within configuration records require custom `ConfigConverter` implementations for proper parsing. For example, the `GossipConfig` class needs a specialized `NetworkEndpointConverter` to handle its `NetworkEndpoint` type properties.
This manual converter implementation should be unnecessary - the system should automatically handle nested object structures in configuration records.
Contributor guide
Assessment
This issue has not been assessed yet.