Record -
kafka
: PartitionOffset
This type represents topic partition position in which consumed record is stored.
Fields
- partition TopicPartition
-
TopicPartition which record is related.
- offset int
-
Offset in which record is stored in partition.