You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using v0.5.0 of Flagd in a FlagSourceConfiguration - see https://github.com/open-feature/cloud-native-demo/blob/main/deployment/flagd-flag-spec.yaml - changes in the referenced FeatureFlagConfigurations do not cause a configuration_change event to be sent to the EventStream. provider_ready and keep_alive events are received by the client.
When setting the flagd version to 0.4.4, changes to a FeatureFlagConfiguration are propagated to the EventStream as expected.
Expected Behavior
When updating a FeatureFlagConfigurationcustom resource referenced in the --uri argument, this should result in a configuration_change event to be sent to the subscribed clients.
Observed behavior
When using v0.5.0 of Flagd in a
FlagSourceConfiguration
- see https://github.com/open-feature/cloud-native-demo/blob/main/deployment/flagd-flag-spec.yaml - changes in the referenced FeatureFlagConfigurations do not cause aconfiguration_change
event to be sent to the EventStream.provider_ready
andkeep_alive
events are received by the client.When setting the flagd version to 0.4.4, changes to a FeatureFlagConfiguration are propagated to the EventStream as expected.
Expected Behavior
When updating a
FeatureFlagConfiguration
custom resource referenced in the--uri
argument, this should result in aconfiguration_change
event to be sent to the subscribed clients.Steps to reproduce
client-side
provider_ready
andkeep_alive
events are received, but noconfiguration_change
events are sent by flagdThe text was updated successfully, but these errors were encountered: