jhannes / action-controller

Action Controller micro framework for easy REST backends
Apache License 2.0
7 stars 3 forks source link

ConfigObserver ready for database configuration #42

Open jhannes opened 2 years ago

jhannes commented 2 years ago

ConfigObserver should be adapted to the use case where the configuration is stored in a database like PostgreSQL. The PostgreSQL-specific support should probably not be built-in, but it should be adapted to the case where LISTEN-NOTIFY is used to get instant updates to all instances of a running application

This requires a refactoring of ConfigObserver and ConfigMap classes so that: