open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
667 stars 35 forks source link

Flag Tracker Specification #83

Closed InTheCloudDan closed 2 years ago

InTheCloudDan commented 2 years ago

Do we want to define the ability to set a callback function when a feature flag is updated? LaunchDarkly has the concept of FlagTracker, that you can pass in an optional context for, that calls the function whenever a change affecting that flag is sent: https://launchdarkly.github.io/java-server-sdk/com/launchdarkly/sdk/server/interfaces/FlagTracker.html

beeme1mr commented 2 years ago

Hey @InTheCloudDan, I opened #77 yesterday. Is that what you had in mind?

InTheCloudDan commented 2 years ago

@beeme1mr yes, I missed that below the Event Tracking spec!