Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 316 Bytes

kafka-streams-ProcessorRecordContext.adoc

File metadata and controls

11 lines (8 loc) · 316 Bytes

ProcessorRecordContext — Record Metadata

ProcessorRecordContext is a RecordContext that is the metadata of a record:

  • Timestamp

  • Offset

  • Partition

  • Topic

ProcessorRecordContext is created when…​FIXME