Kafka Consumer Trigger
Apache Kafka Consumer Trigger receives records from specified topic in the Apache Kafka cluster.
Settings
On the Settings tab, you can define the Apache Kafka connection and its details as given in the following table:
Output Settings
Output
Condition Applicable | Field | Description |
---|---|---|
Applicable only when JSON is selected in the Value Serializer field. | jsonValue | Complex data structure based on JSON schema that you have configured in the Output Settings section. |
N/A | partition | Partition number of the record |
N/A | offset | Offset of the record |
N/A | topic | Name of the topic |
N/A | key | Key value |
Applicable only when String is selected in the Value Deserializer field on the Settings tab. | stringValue | String value to be received |
N/A | headers | Header value to be received |
Copyright © Cloud Software Group, Inc. All rights reserved.