KIP-325 — Extend Consumer Group Command to Show Beginning Offsets
Discussion ConsumerAdmin
Extends `kafka-consumer-groups.sh --describe` to include the beginning offset (log-start-offset) alongside current-offset, log-end-offset, and lag for each partition. Without the beginning offset, operators cannot determine whether lag is due to slow consumption or to data being retained/expired from the partition.
Details
| Author | Vahid Hashemian |
| Status | Discussion |
| JIRA | KAFKA-7089 |
| Wiki | View on Apache Wiki |
| Created | 2018-06-26 |
| Last Modified | 2018-08-16 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.