kapacitor
kapacitor copied to clipboard
Deleting a replay does not stop its task
When deleting a replay, the replay is effectively removed from the list of replays, but its task keeps running until the data is exhausted.
Consequently, there is currently no way to cancel a replay and replace it with a new one - depending on the task pipeline, we either get two pipelines running at the same time or the second pipeline encounters an error (for example, if pipeline contains an httpOut node, it will complain about multiple registrations).
It seems there is already a TODO in the code - is anyone working on this at the moment?
This looks pretty good, I definitely want to get it into 1.6.1