KafkaRecords
are produced by Kafka Collections Agents, and consumed by Kafka Forwarding Agents.
Field | Description |
---|---|
| An optional field for user defined information. |
| Automatically populated if an error occurs during forwarding of the message. |
| An optional list of headers. |
| An optional field for the key. |
| The offset of the collected message. A read only field. |
| A read only field indicating how many records are left to send. |
| The partition the message was collected from / is forwarded to. Automatically set. |
| The collection/forwarding time. Automatically set. |
| The topic the message was collected from / is forwarded to. |
| The contents of the message. |
When forwarding a message to Kafka all fields are optional, except for topic and value.