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
| Author | Jorge Esteban Quilcate Otoya |
| Status | Accepted |
| Kafka Version | 1.1 |
| JIRA | KAFKA-5520 |
| Wiki | View on Apache Wiki |
| Created | 2017-06-26 |
| Last Modified | 2020-02-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.