- Expose a workload
- Expose and secure a workload
- Security
- Cannot connect to a service exposed by an APIRule
- External DNS management
Subscriber receives irrelevant events
Symptom
Subscriber receives irrelevant events.
Cause
To conform to Cloud Event specifications, Eventing modifies the event names to filter out prohibited characters. For details, see event name cleanup. In some cases, it can lead to a naming collision, which can cause subscribers to receive irrelevant events.
Remedy
Follow these steps to detect if naming collision is the source of the problem:
Get the clean types from the status of the Subscription.
Click to copykubectl -n {NAMESPACE} get subscriptions.eventing.kyma-project.io {NAME} -o jsonpath='{.status.types}'Search for any other Subscription using the same
CleanType
as in your Subscription.Click to copykubectl get subscriptions.eventing.kyma-project.io -A | grep {CLEAN_TYPE}If you find that the
CleanType
collides with some other Subscription, a solution for this is to use a different event type.