Versions Compared

Key

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

...

Public Interfaces

StreamsResetter.class

{code:title=code|theme=FadeToGrey|linenumbers=true|language=java|firstline=0001|collapse=true}


/*

    add reset-all-external-topics option

...

                                                                    final List<MemberDescription> members){code}


Proposed Changes

We could add a config `--reset-all-external-topics` to the reset tool such that when enabled, we could delete offsets for all involved topics. The topic metadata could be acquired by issuing a `DescribeGroup` request from admin client, which is stored in the member subscription information.

...