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

Investigate/implement feature flagging/rollout solution #715

Open
ygrishajev opened this issue Jan 24, 2025 · 1 comment
Open

Investigate/implement feature flagging/rollout solution #715

ygrishajev opened this issue Jan 24, 2025 · 1 comment

Comments

@ygrishajev
Copy link
Contributor

Recently we faced a need to:

  • be flexible in toggling some features in the console
  • control rollout of some features (e.g. only for testers, some certain users)

There are some ready to use solutions. This task is to investigate potential options, pick one and create and set it up.

Should be followed by another task to integrate it into our apps (console api/web) once done.

@ygrishajev
Copy link
Contributor Author

One potential tool we could use for this is https://www.getunleash.io/. I have been using it in the past and can give a positive feedback about it. The functionality of it is pretty rich. Some of it which I used:

  1. possibility to create user segments to roll out features to
  2. rolling feature releases
  3. feature toggles
  4. A/B testing
  5. can be deployed on premises. there're helm charts which should make kick off easy https://github.com/Unleash/helm-charts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant