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.admin:drop
 
wm.adapter.wmkafka.ksql.admin:drop
The wm.adapter.wmkafka.ksql.admin:drop allows the user to delete a stream or a table.
Input Parameters
$connectionName
Name of the KSQL connection.
type
Type of source STREAM or TABLE.
name
Name of the stream or table to be deleted.
ifExists
If the value is set as TRUE then service does not fail even if the table or stream doesn't exist.
deleteTopic
If TRUE, underlying kafka topic will be marked for deletion.
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.