Open takeshixx opened 7 years ago
I've implemented an autoreload proxy for the configuration in the develop branch. As long as the config items are not cached by the framework (which do not happen for now), everything should work as desired.
The downside is that it will check the modification time of the config file everytime a config item is read by the framework.
The framework should fetch configuration parameters from an etcd2 instance. This would allow to change parameters during runtime.