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. |
| A read-only field with the offset of the collected message. |
| A read-only field indicating how many records are left to send. |
| The partition the message was collected from or is forwarded to. Automatically set. |
| The collection or forwarding time which is set automatically. |
| The topic the message was collected from or is forwarded to. |
| The contents of the message. |
Note!
When forwarding a message to Kafka, all fields are optional, except for topic and value.