Joni Rap
unread,Jul 20, 2023, 1:36:50 AM7/20/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knative Users
Hi all,
I'm writing regarding a feature that i've noticed is missing (or perhaps even a bug with an existing feature).
When defining a Trigger, I am able to specify a namespace under the subscriber spec. However, this namespace is ignored.
The message is: Unable to get the Subscriber's URI : failed to get object eventing/error-handler: services "error-handler" not found. One can clearly see the namespace used is eventing whereas the namespace specified was different.
Since the Trigger must exist in the same namespace as the Broker (there is no spec for specifying a namespace in which the Broker resides), in order to separate the location of the Broker and our Service, we must have the ability to specify the namespace as part of the Ref.
The spec includes a uri however when applying that, it seems this uri is only meant for sub-routing within the Service.
Anyone have any suggestions?
I really don't want to have a Broker in each namespace where I have services, I want to be able to communicate between services across namespaces.
Thanks!