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

Allow backends to integrate with feature flag capability #1870

Open
michaelkimball opened this issue Jan 31, 2024 · 2 comments
Open

Allow backends to integrate with feature flag capability #1870

michaelkimball opened this issue Jan 31, 2024 · 2 comments
Assignees

Comments

@michaelkimball
Copy link

It would be great if there was some way for a backend to integrate with OpenReplay as well that controls feature flags. An example of a potential use case would be a kill switch. Say we want to disable email sending entirely. Yes, we would want to disable that functionality on the frontend, but if there are 3rd party systems that integrate with that same backend and we want to stop all email sending, then the backend also should know the state of that feature flag to be able to respond properly to it's consumers. This could be maintained in multiple systems, but it's harder to maintain and more fragile.

@estradino
Copy link
Contributor

Sure. What backend do you guys use?

@michaelkimball
Copy link
Author

It's a custom spring boot application, but I could see a use case for any number of backends. I see that there are already some robust APIs exposed. I imagine there would be a new API or an expansion of the Projects API that exposes the available feature flags. The one sticking point in my mind would be how the flags that are scoped to certain users would appear for service to service communication.

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

No branches or pull requests

2 participants