-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress