ConfigHubPub / ConfigHubPlatform

ConfigHub Platform
https://www.confighub.com
GNU General Public License v3.0
69 stars 25 forks source link

watcher plugins #54

Open vpol opened 6 years ago

vpol commented 6 years ago

Is it possible to implement "watch" interface and ability to load watch-plugins on server load (this will work even without opensourcing the core)

Basically, I want to add a watch on key/context/env/etc change an publish it via

This should not be difficult to implement, but it will quickly let community write plugins.

Please let me know if I somehow missed it and this functionality already exists. Thanks.

edoarsla commented 6 years ago

Hi! Yes. I think we could do something like this. I think providing a webhook API with limited subscribers would do the trick. Beyond that, additional subscriber component would do the context based notification to specific clients, or whatever else the need is.

Is this what you had in mind as well?