You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Non-goals
Design Principles
Resources
The text was updated successfully, but these errors were encountered: