-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Trigger finalizer when Broker is removed (#1597)
This bug is reproducible in this situation: - Create Kafka Broker `b1` - Create a trigger `t1` associated with `b1` - Remove Kafka Broker `b1` - Remove Trigger `t1` `t1` will be in `Terminating` state forever since our reconciler will not reconcile it since we can't know if Trigger is our trigger given that there is not `b1`. Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com> Co-authored-by: Pierangelo Di Pilato <pdipilat@redhat.com>
- Loading branch information
1 parent
67b2cdd
commit a893020
Showing
2 changed files
with
133 additions
and
5 deletions.
There are no files selected for viewing
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