-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kavindu Dodanduwa <[email protected]> appendix on OFREP Signed-off-by: Kavindu Dodanduwa <[email protected]>
- Loading branch information
1 parent
2c36abd
commit be0b12f
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
id: appendix-c | ||
title: "Appendix C: OpenFeature Remote Evaluation Protocol" | ||
description: A unified protocol for feature flagging | ||
sidebar_position: 5 | ||
--- | ||
|
||
# Appendix C: OpenFeature Remote Evaluation Protocol | ||
|
||
OpenFeature Remote Evaluation Protocol(OFREP) is an attempt to introduce a unified feature flag evaluation protocol, adhering to OpenFeature semantics. | ||
You can find proposals, discussions and the progress at the dedicated [OpenFeature OFREP](https://github.com/open-feature/protocol) repository. | ||
|
||
There is a dedicated [OpenFeature working group](https://github.com/open-feature/community/blob/main/config/open-feature/spec-evaluation/workgroup.yaml) for this initiative and they will focus on, | ||
|
||
- Feature flag evaluation protocol | ||
- Telemetry enrichment of the evaluations | ||
- Reference implementations of the protocol | ||
|
||
If you are interested about this initiative, you can join the [`#openfeature-remote-evaluation-protocol`](https://cloud-native.slack.com/archives/C066A48LK35) Slack channel on the [CNCF Slack](https://communityinviter.com/apps/cloud-native/cncf) workspace. |