Remco can fetch configuration data from a bunch of different kv-stores. Some backends can be configured to watch for changes in the store to immediately react to these changes. The other way is to provide a backend polling interval. These two modes are not mutual exclusive, you can watch for changes and run the interval processor as a reconciliation loop.
Every Backend needs to implement the easyKV interface. This is also the repository where the current implementations live.
Currently supported are:
The different configuration parameters can be found here: backend configuration.