-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eventtype defaults to a "default" broker #6754
Comments
Related: #2750 |
This issue is stale because it has been open for 90 days with no |
@matzew still relevant? |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
/triage accepted |
This's been worked in combination with #7264 |
For this issue, we need to remove the logic that defaults to broker named "default" in all EventType versions. |
@Cali0707 is this done? |
@pierDipi with |
Just tested this:
both brokers are having NO reference |
/done |
Describe the bug
The
EventType
API defaults to adefault
broker, when not set:https://github.com/knative/eventing/blob/main/pkg/apis/eventing/v1beta1/eventtype_defaults.go#L27
This is wrong, since it does assume there is an existing broker, called
default
. This is a poor assumption.this does relate to #2750 and the tight coupling of
EventType
API and thebrokers
.The text was updated successfully, but these errors were encountered: