Adapter for Apache Kafka 9.6 | webMethods Adapter for Apache Kafka Documentation | webMethods Adapter for Apache Kafka Installation and User’s Documentation | Adapter Services | Signature of Produce Service Template for Confluent Kafka
 
Signature of Produce Service Template for Confluent Kafka
The input signature contains the following parameters:
Parameter
Description/Action
$topic
Specifies the topic name where the specified value overrides the configured value in the template.
Key
Specifies the input type as a document, if it's an avro schema file.
value
Specifies the input type as a document, if it's an avro schema file.
$partition(optional)
Specifies the partition name which will override the one configured in the template
header
Specifies the list of key/values to be added as header in the record.
The output signature contains the following parameters:
Parameter
Description/Action
topic
Specifies particular topic in which the message is appended to.
offset
Specifies the offset of the message in the Kafka topic or Kafka partition.
partition
Specifies the partition in which the messages are sent.