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

feat: introduce OFREP to appendix section #246

Merged
merged 4 commits into from
Feb 20, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions specification/appendix-c-ofrep.md
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.
Kavindu-Dodan marked this conversation as resolved.
Show resolved Hide resolved
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,
Kavindu-Dodan marked this conversation as resolved.
Show resolved Hide resolved

- Feature flag evaluation protocol
- Telemetry enrichment of the evaluations
- Reference implementations of the protocol

If you are interested in 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.
Loading