You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out a way to automate the refresh of configuration on client side. This has been already addressed here: #138 giving a good example on how to implement a "pull" like refresh, although I'm not sure whether constantly hammering the config server it's the best possible solution.
Config server is already pretty capable of detecting changes, so I have simple proposition to add an event to config server a form of SPI that could be easly consumed in the embeeded mode and based on which it would be easy to implement extensions and own logic: jmnarloch@c1a0035#diff-14f7a9bbd398562fdfd12ce9f6619d7cR179 - this is not yet "workable solution", merely a proposition.