We need a way to reconfigure modules and reporters without restarting node. One of the ideas is to update configuration file and trigger reconfigure (jmx, api, ...) on diagnostics. Implementation should use configuration validation methods and recreate modules and reporters. This way any changes are persisted if we reboot the node and we can use already existing implementation.
We need a way to reconfigure modules and reporters without restarting node. One of the ideas is to update configuration file and trigger reconfigure (jmx, api, ...) on diagnostics. Implementation should use configuration validation methods and recreate modules and reporters. This way any changes are persisted if we reboot the node and we can use already existing implementation.
@nbozic @nivancevic Comments?