Versions Compared

Key

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

...

Current stateUnder Discussion vote

Discussion thread: https://lists.apache.org/thread.html/r1d7fb7b75a4523007d0768aed056b08ad18046b604480d219a31ebe2%40%3Cdevr2dc1cabfb75df6117bc464c29f0700dd1214fd1352bacfa99381b9bf%40%3Cdev.kafka.apache.org%3E

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-9042

Motivation

...

  • user has to specify

...

  • input topic name in the stream reset

...

  • tool in order to purge its offsets
  • Adding a new option which could automatically detect all external topics and reset their corresponding offsets

  • Extend input to add the ability to reset multiple inputs simultaneously

Public Interfaces

So we want to reset all related topics with one option.

Public Interfaces

StreamsResetter.class

...


Code Block
languagejava
titleadd reset-all-external-topics option
private static OptionSpecBuilder resetAllExternalTopicsOption;

...