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
An ADR detailing how new events will be rolled out to the community
Since #249, new events can be added to the event bus via configuration only (no code changes). Some options for how we would roll out new events:
All events are off by default. New events are added to the configuration map in the producing service's configuration file with enabled=False so people know what events are available
All events are on by default. New events are added to the configuration map in the config with enabled=True
All new events start disabled by default, but are updated to be enabled by default as part of a planned release (with the change noted in the release notes)
The text was updated successfully, but these errors were encountered:
A/C
Since #249, new events can be added to the event bus via configuration only (no code changes). Some options for how we would roll out new events:
enabled=False
so people know what events are availableenabled=True
The text was updated successfully, but these errors were encountered: