From be0b12fed0720b3b6e140e27540b65db36597069 Mon Sep 17 00:00:00 2001 From: Kavindu Dodanduwa Date: Thu, 15 Feb 2024 15:13:00 -0800 Subject: [PATCH] Introduce ofrep to appendix Signed-off-by: Kavindu Dodanduwa appendix on OFREP Signed-off-by: Kavindu Dodanduwa --- specification/appendix-c-ofrep.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 specification/appendix-c-ofrep.md diff --git a/specification/appendix-c-ofrep.md b/specification/appendix-c-ofrep.md new file mode 100644 index 00000000..cee2dba9 --- /dev/null +++ b/specification/appendix-c-ofrep.md @@ -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.