Skip to content

Add local flag overrides implementation pattern documentation - #38569

Open
annabfenske wants to merge 2 commits into
masterfrom
annabfenske/feature-flags-local-overrides
Open

Add local flag overrides implementation pattern documentation#38569
annabfenske wants to merge 2 commits into
masterfrom
annabfenske/feature-flags-local-overrides

Conversation

@annabfenske

Copy link
Copy Markdown
Contributor

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:

  • Overview of the Multi-Provider + InMemoryProvider pattern
  • Client override examples (URL query parameters, localStorage)
  • Server override examples (environment variables) for Node.js, Go, and Java
  • SDK support notes for client and server platforms
  • Navigation entry under Implementation Patterns

Merge instructions

Merge readiness:

  • Ready for merge

Additional notes

Made with Cursor

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>
@annabfenske
annabfenske requested a review from a team as a code owner July 29, 2026 17:56
@annabfenske

Copy link
Copy Markdown
Contributor Author

/review

@github-actions github-actions Bot added the Architecture Everything related to the Doc backend label Jul 29, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 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 836136660eca519faca716af8885d6c4e7abc1d1workflow run

Comment thread content/en/feature_flags/implementation_patterns/local_flag_overrides.md Outdated
Comment thread content/en/feature_flags/implementation_patterns/local_flag_overrides.md Outdated
@github-actions

Copy link
Copy Markdown
Contributor

@joepeeples joepeeples added the editorial review Waiting on a more in-depth review label Jul 29, 2026
@joepeeples

Copy link
Copy Markdown
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend editorial review Waiting on a more in-depth review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants