KIP-756 — Move StreamsResetter tool outside of core
Discarded Kafka 3.5 StreamsAdmin
Moves the `StreamsResetter` tool from the `core` module to the `tools` module and introduces a programmatic Java API. The tool was placed in `core` due to its original ZooKeeper dependency, but with ZooKeeper removed, it must be relocated; and a public API enables Streams applications to reset topics without shelling out.
Details
| Author | Jorge Esteban Quilcate Otoya |
| Status | Discarded |
| Kafka Version | 3.5 |
| JIRA | KAFKA-4327 |
| Wiki | View on Apache Wiki |
| Created | 2021-06-08 |
| Last Modified | 2023-04-19 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.