KIP-815 — Support max-timestamp in GetOffsetShell
Accepted Kafka 3.2 Admin
Migrates `kafka-get-offsets.sh` from using `KafkaConsumer` to `AdminClient` and extends the tool to accept all `OffsetSpec` types (earliest, latest, max-timestamp, timestamp). The consumer-based implementation could not support the `max-timestamp` spec introduced in KIP-734 since that spec is only available via `AdminClient`.
Protocol Impact
Details
| Author | Deng Ziming |
| Status | Accepted |
| Kafka Version | 3.2 |
| JIRA | KAFKA-13509 |
| Wiki | View on Apache Wiki |
| Created | 2022-01-14 |
| Last Modified | 2022-03-01 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.