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

Implement Multi-Provider #599

Open
lukas-reining opened this issue Dec 13, 2024 · 0 comments
Open

Implement Multi-Provider #599

lukas-reining opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lukas-reining
Copy link
Member

The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature server SDK. When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.

The Multi-provider is specified in the appendix of the OpenFeature spec: https://openfeature.dev/specification/appendix-a#multi-provider

There already is an implementation for JS: https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/multi-provider

@lukas-reining lukas-reining added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant