Describe the bug
When the cluster has knative eventing broker and trigger, the broker fanout pod will try
to create handler goroutine for the knative eventing trigger, which will result in the following error
in stackdriver log.
Expected behavior
Fanout will not try to create the handler for knative eventing triggers.
To Reproduce
After installing both knative eventing and knative gcp, follow https://knative.dev/docs/eventing/getting-started/ to create eventing broker and trigger. Then check the log in stackdriver.
Describe the bug When the cluster has knative eventing broker and trigger, the broker fanout pod will try to create handler goroutine for the knative eventing trigger, which will result in the following error in stackdriver log.
Expected behavior Fanout will not try to create the handler for knative eventing triggers.
To Reproduce After installing both knative eventing and knative gcp, follow https://knative.dev/docs/eventing/getting-started/ to create eventing broker and trigger. Then check the log in stackdriver.