Watchers for changes in feature flag #2824
Replies: 2 comments 1 reply
-
Hi @thomaspoignant Did you get a chance to look at this? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey @shilpashri, sorry I missed your post yesterday. I think you've consider real things with your scenarios and I am totally aligned with what you say.
This is true, despite if you are running a lot of flags configuration can change often but I agree that most of the time the configuration is stable.
Yes an no, most of the times it is not a big deal to have a small delay before having the new value of the flag.
Having a watcher mechanism is definitely something that I had in mind at some point. Do you have any idea on how to implement it? |
Beta Was this translation helpful? Give feedback.
-
Currently, we have polling mechanism which checks for configuration of go-feature-flag; though its optional by default polling happens every minute as specified here
Let us consider some scenarios:
Considering the above points regarding feature flag, it is very difficult to reach to a polling interval number satisfying both the situations. Hence, I would like to suggest to have watchers to keep a track on changes of go-feature-flag.
The advantages of using watcher:
Kindly let know your thoughts.
Thanks
Shilpashri
Beta Was this translation helpful? Give feedback.
All reactions