You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
What happened:
My function triggers when topic doesn't match.
What you expected to happen:
Only trigger function when topic is matched
How to reproduce it (as minimally and precisely as possible):
NATSTrigger for the function is set with topic like:
aa.bbbb.016fbb4c-7566-4897-ae92-e82967a48d51.ccccccc.Create
The function is triggered when message arrives to both of these topics and not only the first with .Create at the end:
aa.bbbb.016fbb4c-7566-4897-ae92-e82967a48d51.ccccccc.Create
aa.bbbb.016fbb4c-7566-4897-ae92-e82967a48d51.ccccccc.Update
Anything else we need to know?:
I have made an simple log tool subscribe to aa.> and the message sent is sent to the correct topic
Environment:
Kubernetes version: v1.10.3/v1.10.6
Kubeless version: 1.0.1
Cloud provider or physical cluster: Azure
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BUG REPORT:
What happened:
My function triggers when topic doesn't match.
What you expected to happen:
Only trigger function when topic is matched
How to reproduce it (as minimally and precisely as possible):
NATSTrigger for the function is set with topic like:
aa.bbbb.016fbb4c-7566-4897-ae92-e82967a48d51.ccccccc.Create
The function is triggered when message arrives to both of these topics and not only the first with .Create at the end:
aa.bbbb.016fbb4c-7566-4897-ae92-e82967a48d51.ccccccc.Create
aa.bbbb.016fbb4c-7566-4897-ae92-e82967a48d51.ccccccc.Update
Anything else we need to know?:
I have made an simple log tool subscribe to aa.> and the message sent is sent to the correct topic
Environment:
The text was updated successfully, but these errors were encountered: