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

OpenFeature Remote Evaluation Protocol #33

Open
beeme1mr opened this issue Oct 17, 2024 · 0 comments
Open

OpenFeature Remote Evaluation Protocol #33

beeme1mr opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@beeme1mr
Copy link
Member

Description

The OpenFeature Remote Flag Evaluation Protocol is a mechanism that allows generic providers to connect to any feature flag service that supports the protocol.

Currently, feature flag vendors are expected to write OpenFeature providers for every language they support. With the wire protocol, they would only be required to implement a single set of endpoints (technology needs to be defined), that could be consumed directly by all of the OpenFeature SDKs.

If the wire protocol does not provide the required capabilities for the vendor, they could write language-specific providers if they wish.

Goals

  • Define the remote flag evaluation protocol.
  • Support both the client and server SDK paradigms.
  • Define the behavior of a generic provider
  • Implement OFREP in multiple languages

Non-goals

  • In-process flag evaluation
  • Standard feature flag form definition (DSL)

Design Principles

  • Follow browser and networking standards.
  • Optimize for low latency and overhead.
  • Consider the impact on privacy and security.

Resources

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

No branches or pull requests

2 participants