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
 
Signature of Produce Service Template
The input signature contains the following parameters:
Parameter
Description/Action
topicName
The particular Kafka topic to which a message is sent.
Key(optional)
The messages with similar key goes to a single partition.
message
Specifies the unit of information that needs to be sent.
partition(optional)
Specifies the partition in which the message is stored.
header
Specifies the list of key/values to be added as header in the record.
Note:
This parameter appears when the Kafka version of the producer connection is v11+.
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.