Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current state: Under Discussion

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

StreamsResetter tool is currently located at `core` module because of historic reasons, mainly initial dependency with Zookeeper client.

...

  • Create a new API for StreamsResetter.
  • Move the CLI from core to tools.

Proposed Changes

New `StreamsResetter` API:

...

Turn current StreamsResetter into StreamsResetterCommand and move it into `tools` module. This will require to add a dependency between tools and streams modules.

Compatibility, Deprecation, and Migration Plan

At the moment, StreamsResetter has been marked as an "unstable" API, which suppose non backward compatibility guarantees.


Rejected Alternatives

If there are alternative ways of accomplishing the same thing, what were they? The purpose of this section is to motivate why the design is the way it is and not some other way.