An Introduction to Feature Flagging & OpenFeature

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 8

  • @jfbaro2
    @jfbaro2 Місяць тому

    Thanks! Great introduction to Open Feature

  • @rednafi
    @rednafi Місяць тому

    Great presentation. One small nit: the terminal prompt made it quite difficult to understand the commands being executed against flagd. I had a hard time distinguishing between the curl request and the response. Using a better prompt and `jq` to format the output could have made it more accessible.

  • @holgerwinkelmann6219
    @holgerwinkelmann6219 Рік тому +1

    Hi, I'm wondering where is the fundamental difference of feature Flags with Openfeature tooling compared with watching a k8s native custom resources defining the flags. Is this in a native k8s not the same? Or is openfeature more focussing on the lanaguage SDKs like i.e. Opentelemetry does?

  • @roynerv
    @roynerv Рік тому +2

    Hi.
    What is going on with the code side?
    did you delete the "feature flag" when you don't need any more,
    but what about the code?
    do you leave the unused code in the main branch?

    • @JustinAbrahms
      @JustinAbrahms Рік тому +2

      Flag removal is technical debt, usually. You'll want to remove them when they're not useful anymore.

  • @deepthyvalsakumaran4967
    @deepthyvalsakumaran4967 11 місяців тому

    Does OpenFeature provides a backend storage for feature-flags or it merely provides and interface that 3rd party solutions can be plugged into?

  • @AlexanderShitikov-k3l
    @AlexanderShitikov-k3l Рік тому

    is it available for python apps?