conduktor.io ↗

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

ListOffsets · Metadata

Details

AuthorDeng Ziming
StatusAccepted
Kafka Version3.2
JIRAKAFKA-13509
WikiView on Apache Wiki
Created2022-01-14
Last Modified2022-03-01
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.