Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

KafkaUDRs are produced by Kafka Collections Agents, and consumed by Kafka Forwarding Agents.

Field

Description

context (any)

errorMessage (string)

headers (list<RecordHeader (Kafka)>)

key (bytearray)

offset (long)

The offset of the collected message. A read only field.

outstandingRecordCnt (int)

<??>. A read only field.

partition (int)

The partition the message was collected from / is forwarded to.

<WHAT IF LEFT EMPTY?>

timestamp (long)

The time collection time

topic (string)

The topic the message was collected from / is forwarded to. If there is only one Topic that can be forwarded to, this field can be left empty. If a non-existing Topic is entered, the Topic will be created.

value (bytearray)

The contents of the message.

  • No labels