Kafka Producer
Apache Kafka producer activity sends a record to a specified topic or channel in the Kafka cluster.
Settings
On the Settings tab, you can define the Apache Kafka connection and its details as given in the following table:
Input Settings
Input
Condition Applicable | Field | Description |
---|---|---|
N/A | topic | Name of the topic. |
N/A | partition | Partition number of the record to send. |
N/A | key | Optional key value. |
Applicable only when String is selected in the Value Serializer field. | stringValue | String value to be send |
Applicable only when JSON is selected in the Value Serializer field. | jsonValue | Complex data structure based on JSON schema that you have configured on the Input Settings tab. |
N/A | headers | Header value to be sent |
Copyright © Cloud Software Group, Inc. All rights reserved.