conduktor.io ↗

KIP-171 — Extend Consumer Group Reset Offset for Stream Application

Accepted Kafka 1.1 ConsumerStreamsAdmin

Extends the `kafka-streams-application-reset` tool to support all the offset reset strategies already available in `kafka-consumer-groups --reset-offsets` (e.g., `--to-datetime`, `--by-duration`, `--to-offset`, `--shift-by`), not just `--to-earliest`. The Streams resetter only supported returning to the earliest offset, making it impossible to reset to a specific timestamp or relative offset without switching to the lower-level consumer groups tool.

Details

AuthorJorge Esteban Quilcate Otoya
StatusAccepted
Kafka Version1.1
JIRAKAFKA-5520
WikiView on Apache Wiki
Created2017-06-26
Last Modified2020-02-08
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.