Understanding Kafka Consumer Offset - Kafka, OpenSearch, …
https://dattell.com/data-architecture-blog/understanding-kafka-consumer-offset/
If Kafka was configured using the default, then to answer the questions above, the offset would begin at 32. If the amount of time passed was two weeks (14 days), then the offset would be changed to the latest offset, since the previous offset would have been removed at one week (7 days). The finite offset retention period exists to avoid overflow.
DA: 5 PA: 80 MOZ Rank: 85