Skip to content

Implement feature flag support - #136

Closed
efahk wants to merge 1 commit into
masterfrom
efahk-feature-flags
Closed

Implement feature flag support#136
efahk wants to merge 1 commit into
masterfrom
efahk-feature-flags

Conversation

@efahk

@efahk efahk commented Aug 25, 2025

Copy link
Copy Markdown
Contributor

This change introduces a first pass at implement server-side SDK for feature flags.

It introduces two modes for evaluating feature flags

  • Remote Evaluation
    • Provides methods, get_variant_value, get_variant, is_enabled - more or less consistent with the signature used by client SDK's today.

Local Evaluation

  • Flag Definitions are polled from the server and stored on the SDK
  • Individual get_variant_value assigns users to flag variants

See <> for more information

@efahk efahk closed this Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant