Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 537 Bytes

kafka-streams-internals-RecordInfo.adoc

File metadata and controls

36 lines (23 loc) · 537 Bytes

RecordInfo

RecordInfo is…​FIXME

Getting Processor Node — node Method

ProcessorNode node()

node…​FIXME

Note
node is used when…​FIXME

Getting RecordQueue — queue Method

RecordQueue queue()

queue…​FIXME

Note
queue is used when…​FIXME

Getting Topic Partition — partition Method

TopicPartition partition()

partition…​FIXME

Note
partition is used when…​FIXME