Kafka Message Keys
You can enable the Kafka origin and destination to process Kafka message keys. These stages cannot process message keys when configured to process delimited data.
Stages handle Kafka message keys as follows:
- Origins
- The Kafka origin can capture the message keys included in each Kafka message
and store them in generated records. The origin writes the message key to a
String field named
key
. - Destinations
- The Kafka destination can pass values in a specified field to the destination system as Kafka message keys.