Record - kafka : PartitionOffset

Represents the topic partition position in which the consumed record is stored.

Fields

  • partition TopicPartition
  • The kafka:TopicPartition to which the record is related

  • offset int
  • Offset in which the record is stored in the partition