-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
CoreNodeManager should be based of CustomNodeManager2, so the Server Library only includes one type of NodeManager. Also the current CoreNodeManager is not covered by Tests.
As CustomNodeManager2 has support for SamplingGroups starting with 1.5.377 all important features should be straightforward to migrate.
Considerations when updating:
- ensure for each method exposed by the NodeManager that all functionality that is not implemented by CustomNodeManager2 that the method is overridden and the necessary functionality is implemented.
- enable SamplingGroups in the CustomNodeManager2
Copilot