drasi-project / drasi-platform

Apache License 2.0
997 stars 30 forks source link

Clear stream cursor for deleted queries #92

Closed danielgerlag closed 4 weeks ago

danielgerlag commented 1 month ago

Description

When a query is deleted, the cursor for the query container stream is not removed, so when another query with the same name is created, it assumes the old cursor from the previous query. This PR deletes the cursor when the query is deleted.

Type of change