Add local flag overrides implementation pattern documentation - #38569
Open
annabfenske wants to merge 2 commits into
Open
Add local flag overrides implementation pattern documentation#38569annabfenske wants to merge 2 commits into
annabfenske wants to merge 2 commits into
Conversation
Document the OpenFeature Multi-Provider pattern for client and server local overrides, and add the page to the Implementation Patterns nav. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
/review |
Contributor
There was a problem hiding this comment.
🤖 Automated review by Claude. AI-generated; verify before acting.
Nice, well-structured pattern doc. A few issues to address: the server Node.js snippet references a helper that isn't defined in scope, and the Go/Java tabs only show half the pattern compared to Node.js. Minor style nits noted inline.
Reviewed 836136660eca519faca716af8885d6c4e7abc1d1 — workflow run
Contributor
Preview links (active after the
|
Contributor
|
Opened DOCS-15240 to follow up with editorial review. |
Add missing server helpers, complete Go and Java examples, fix Oxford comma, and link to First Match strategy docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds a new Implementation Patterns page documenting how to use OpenFeature's Multi-Provider pattern with an in-memory provider for local flag overrides during testing and development.
The page includes:
Merge instructions
Merge readiness:
Additional notes
Made with Cursor