Adapter for Apache Kafka 9.6 | webMethods Adapter for Apache Kafka Documentation | webMethods Adapter for Apache Kafka Installation and User’s Documentation | Built-In Services | wm.adapter.wmkafka.ksql.query:terminate
 
wm.adapter.wmkafka.ksql.query:terminate
The wm.adapter.wmkafka.ksql.query:terminate allows the user to terminate the persistent queries(read and write) running on a stream or table.
Input Parameters
$connectionName(String)
Name of the KSQL connection.
name(String)
Name of the stream or table.
Output Parameters
The resulting output document consist of following fields:
commandId(string)
Identifies the requested operation. You can use this ID to poll the result of the operation using the status endpoint.
commandStatus.status(string)
QUEUED, PARSING, EXECUTING, TERMINATED, SUCCESS, or ERROR.
commandStatus.message(string)
Provides a detailed message regarding the status of the execution statement.
commandSequenceNumber(long)
Indicates the sequence number of the requested operation in the command queue, or -1 if the operation was unsuccessful.