Q&A
Ask and answer questions to make information more available to wider audiences.
Lawson Chancellor @chancellorlawson   11, Jul 2023 12:00 AM
Partition offset
What is a Partition offset?
answers 1
 
Answer 1
Corey Aniston @anistoncorey   13, Jul 2023 04:38 PM
The offset is a unique identifier of a record within a partition. It denotes the position of the consumer in the partition. Consumers can read messages starting from a specific offset and can read from any offset point they choose.
* Partition offset has a unique sequence id called as offset.
* Each partition should have a partition offset.