Khurram
Khurram
`namespaceSelector` under `tiggerGroups` will not set `--is-multi-ns=true` on `EventListener` `Pod`.
/assign @khrm
`namespaceSelector` under `tiggerGroups` will not set `--is-multi-ns=true` on `EventListener` `Pod`.
/assign @khrm
Can you try running using operator? Select platform as openshift.
@dtrowbri7669 Can you try using [tektoncd#operator](https://github.com/tektoncd/operator)?
@afrittoli What do you think about this request? Is there a flaw in the logic of sending cloud-event responses to cloud-event requests?
@afrittoli I think what @ggallen want is a receiving without a cloud event. Sending a cloud event in response to a cloud event is a valid response as we can...
If we can't filter events by the source on the broker side, then we can probably add an annotation to EventListener to determine what to do for CloudEvents request -...
@afrittoli If you are free, please clarify on how to proceed with this.
That's fine. EL can receive any CE-Events. It will respond with Accepted Event which shouldn't come back.
@ggallen Can you test the broker with this sample? https://github.com/cloudevents/sdk-go/blob/7f5ef3992769f96b40a54c4d59291be62acd36da/samples/http/responder/main.go If your broker while receiving the CE event sends back the event again, then it's broken. Otherwise, EL has a...