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
and change the topic, the function is run even if the old topic is triggered.
I have a chain of events and I would like to add / remove functions inside the chain. If the old relation / connection between topic and function remains the same, now my function is run twice, which is not wanted.
Do you delete the old topic - function relation when the trigger is updated ?
When I create a kafka trigger from a yaml file like so:
and change the topic, the function is run even if the old topic is triggered.
I have a chain of events and I would like to add / remove functions inside the chain. If the old relation / connection between topic and function remains the same, now my function is run twice, which is not wanted.
Do you delete the old topic - function relation when the trigger is updated ?