You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task is about Configuration Management improvements:
Client configuration management should be separate and minimalistic from the ConfigurationManager used for Chronolog Processes. This would allos to remove current ClientLib dependency on chronolog::ConfigurationManager implementation
Audit ChronoVisor, ChronoGrapher , and ChronoKeeper code and make sure all configurable parameters that are currently hard coded are made configurable
Separate RPC configuration parameters from the parameters that control data processing behavior internal to the respective modules and move the parsing and validation of these parameters' values from the ConfigurationManager and into the respective modules themselves. These methods just take json_objects that generic ConfigurationManager makes available.
Consider making Base RPCConfigurationManager class and module specific configuration classes that derive from the base one.
The text was updated successfully, but these errors were encountered:
This task is about Configuration Management improvements:
The text was updated successfully, but these errors were encountered: