iheartradio / ficus

Scala-friendly companion to Typesafe config
MIT License
327 stars 55 forks source link

Support backends for online dynamic configurations #48

Open mdedetrich opened 7 years ago

mdedetrich commented 7 years ago

Is there any plan on the roadmap to support online dynamic configurations (stuff like zookeeper/consul/aws config).

Understand that this can be out of scope for the ficus, but it seems like a natural fit (especially if you have an application that uses static configuration in files like application.conf but you then want to move onto dynamic configurations where you don't need to restart your application to apply new configs)

kailuowang commented 7 years ago

IIRC, Typesafe config supports loading config from remote urls. I do think that the management of remote config and the auto-reloading of the application is out of the scope of ficus.