Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feature) Central state management #2889

Open
thomaspoignant opened this issue Jan 9, 2025 · 0 comments
Open

(feature) Central state management #2889

thomaspoignant opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request p2 Medium priority

Comments

@thomaspoignant
Copy link
Owner

Requirements

GO Feature Flag is fully stateless and for some features it can cause some issues if you have more than 1 relay proxy running.

This is the case for the notifiers for example, if you have 2 relay-proxies the notifier will be called by each relay-proxy when you change the configuration of your flag in your flag configuration.

It will be great to have a way to synchronise some information in a central state management to have a context about all the relay-proxy.

  • This system will work for the notifier but should work for other needs in terms of synchronisation.
  • This should be optional to setup this system.
@thomaspoignant thomaspoignant added enhancement New feature or request p2 Medium priority labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2 Medium priority
Projects
Development

No branches or pull requests

1 participant