KIP-560 — Auto infer external topic partitions in stream reset tool
Discussion StreamsAdmin
Adds an `--all-user-topics` flag to the Kafka Streams application reset tool to automatically discover and reset offsets for all externally committed topic offsets without requiring the user to explicitly list input topic names. Currently, operators must manually enumerate all external input topics and pass them to the reset tool, which is error-prone and cumbersome for applications with many input topics.
Details
| Author | high.lee |
| Status | Discussion |
| JIRA | KAFKA-9042 |
| Wiki | View on Apache Wiki |
| Created | 2020-01-15 |
| Last Modified | 2020-07-06 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.