Implement flagd events (configuration changed). This is fairly straightforward, and simply entails emitting a PROVIDER_CONFIGURATION_CHANGED event when one is received on the flagd stream. See event spec for background.
⚠️ NOTE: this requires events to be completed in the Python SDK, and the events stream to be implemented.
Implement flagd events (configuration changed). This is fairly straightforward, and simply entails emitting a
PROVIDER_CONFIGURATION_CHANGEDevent when one is received on the flagd stream. See event spec for background.