TERMINATE statement in ksqlDB for Confluent Platformï
Synopsisï
TERMINATE query_id | ALL;
Descriptionï
Terminate a query. Persistent queries run continuously until they are explicitly terminated.
In client-server mode, exiting the CLI doesnât stop persistent queries, because the ksqlDB Server(s) continue to process the queries.
A non-persistent query can also be terminated by using Ctrl+C in the CLI.