Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where Record encodes either the Sink or Source Record which caused the failure. It is the was input to an operation which failed to evaluate. the failed operation.

TypeNameDescription
stringtopicthe topic which this message was read from or will be written to.
int32partitionthe partition which this message was read from or will be written to.
int64 timestampthe timestamp of the Kafka message.
SchemaAndValuekeythe key of the message.
SchemaAndValuevaluethe value of the message.
SchemaAndValueheadersthe headers of the message.
int64offsetthe offset of the message in the Kafka topic (available only in sink connectors).
stringtimestamp_typethe type of the timestamp. One of: NO_TIMESTAMP_TYPE, CREATE_TIME or LOG_APPEND_TIME (available only in sink connectors).
map<string, string>source_partitioninformation about the source partition from where this message was created from (available only in source connectors and contents are specific to the implementation).
map<string, string>source_offsetinformation about the source offset from where this message was created from (available only in source connectors and contents are specific to the implementation).

...