How to Change Parameters of a Server at Runtime
Too Long; Didn't Read
An ability to change the parameters of a server in runtime, without recompiling and restarting the server is very useful. Different companies name these parameters differently, but I prefer to name them Business Configuration. There are many options for implementing the task of distributing the configuration, I want to share one of the options I implemented - using [MongoDB] and local caching.