Skip to content

TERMINATE

Synopsis

1
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.


Last update: 2022-01-19