Skip to main content

Stand up the Lab

Blind by Design

OpenFeatureflagdSpring BootJavaOpenTelemetryGrafana
Challenge
Beginner

Stand up the Lab

Key Learnings

  • How an OpenFeature client and provider work together: the SDK is provider-agnostic and the flagd provider plugs in via dependency only
  • What remote provider means in practice: the SDK calls a separate flag service (flagd) over gRPC, not parsing flags.json itself
  • What flags.json looks like for flagd (state, variants, defaultVariant)
  • Why hot-reload of the flag file matters operationally: configuration without redeploy
Open in GitHub Codespaces (opens in new tab)

Free GitHub account required

Discussion (opens in new tab)

Verification

Run the verification script inside your Codespace. It checks your solution and reports the result.

View full verification guide on GitHub (opens in new tab)

Discussion

No community posts yet. Be the first to share!

Join the discussion on community.offon.dev (opens in new tab)

Find Challenges by Technology