-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create eventtypes on reply events to triggers and subscriptions (#4077)
* feat: refactor contract to have shared feature flags message Signed-off-by: Calum Murray <[email protected]> * feat: control plane provisions new feature flag message in contract Signed-off-by: Calum Murray <[email protected]> * feat: receiver uses new feature flags message in contract Signed-off-by: Calum Murray <[email protected]> * feat: handle autocreate on reply events Signed-off-by: Calum Murray <[email protected]> * feat: set up dispatcher to handle et autocreate Signed-off-by: Calum Murray <[email protected]> * test: add e2e test to verify eventtypes are created on reply Signed-off-by: Calum Murray <[email protected]> * fix: do not autocreate events on channel when owned by a broker Signed-off-by: Calum Murray <[email protected]> * fix(test): kafka sink oidc tests work with featureflags contract Signed-off-by: Calum Murray <[email protected]> * fix: base response handler build issue is resolved Signed-off-by: Calum Murray <[email protected]> * fix: consumer provisions feature flags Signed-off-by: Calum Murray <[email protected]> * fix: reference is correctly provisioned for dispatchers in control plance Signed-off-by: Calum Murray <[email protected]> --------- Signed-off-by: Calum Murray <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,483 additions
and
447 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.