Hi, We deployed 30-something queries which convert json events to avro, but lately I've noticed some of the queries are consuming very slowly, accumulating quite a bit of lag. In order to reset those streams, I tried to terminate those queries, to then recreate the streams, but the TERMINATE command from KSQL cli just hangs without any feedback.
Ksql log is not much helpful, really just showing the POST request being sent. How should we proceed? Is there anyway to force deletion of a query/stream? What could be causing this issue? Thank you, Federico D'Ambrosio