forked from knative-extensions/eventing-kafka-broker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Broker and Controller to use topic name templates (knative-ext…
…ensions#3162) * Updated broker to use broker topic name template * Updated broker reconciliation to onlyuse topic name template if no existing topic name for broker * Fixed import styling * Updated channel to use topic template * Updated channels to use topic annotations * Fixed import formatting * Added tests for reconciling with custom topic templates * Fixed go imports * use annotated topic names when deleting topics * switched from failing tests to using panics if topic names not setup properly * updated kafka feature yaml files to match channel topic template * updated kafka feature default vars to be private * updated tests * Fixed goimports * Fixed broker finalizer tests * Updated unit tests * Fixed unit tests * Switched templates to not be pointers * Updated broker and channel controllers to watch kafka feature config maps Signed-off-by: Calum Murray <cmurray@redhat.com> --------- Signed-off-by: Calum Murray <cmurray@redhat.com>
- Loading branch information
Showing
27 changed files
with
645 additions
and
89 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
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.