Add Distirbuted Configuration Management
with distributed services, the configuration is stored on application configuration files, these are hard to maintain in sync and requires application restart to apply changes.
the distributed configuration manager can take this issue down, and allow configuration changes at runtime on a single place.
much like the Netflix Archaius library
https://github.com/Netflix/archaius/wiki/Features
3
votes
-
wwwlicious commented
We have a plugin for consul, a distributed k/v store that allows you to change servicestack configuration at runtime
https://github.com/MacLeanElectrical/servicestack-configuration-consul
Hope this helps