An Introduction to Feature Flagging & OpenFeature

แชร์
ฝัง

ความคิดเห็น • 6

  • @holgerwinkelmann6219
    @holgerwinkelmann6219 10 หลายเดือนก่อน +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?

  • @deepthyvalsakumaran4967
    @deepthyvalsakumaran4967 9 หลายเดือนก่อน

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

  • @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 ปีที่แล้ว +1

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

  • @user-cq5pq9lv3e
    @user-cq5pq9lv3e ปีที่แล้ว

    is it available for python apps?