-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
Steps to reproduce
- Deploy Drasi Source
a
- Deploy Drasi Query named
b
which subscribes toa
- Deploy Reaction
c
which subscribes to queryb
- Let it run for a few minutes, so it catches up with all events
- Delete Reaction
c
- Redeploy Reaction
c
(same name as before) with no other changes
Observed behavior
- The reaction observes no control or change events.
- This is because the cursor stored for the reaction in the pub-sub is not deleted.
Desired behavior
When the reaction is deleted, the cursor associated with the reaction should be cleaned up.
Workaround
Change the Reaction Name or Query Name.
Drasi Version
0.2.1
Operating system
No response
Additional context
No response
Would you like to support us?
- Yes, I would like to support you