Versions Compared

Key

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

...

The StreamsResetter doesn't let the user pass in any configurations to the embedded consumer. This is a problem in secured secure environments because you can't configure the embedded consumer to talk to the cluster. The streams reset tool should allow an approch approach to pass consumer configurations. There are 2 options.

Public Interfaces

To add 2 options to StreamsReset tool.

...

  1. consumer.config - To pass consumer configuration properties file.
  2. consumer-property - To pass consumer property as a key=value pair

Compatibility, Deprecation, and Migration Plan

...

No rejected alternatives. As with out without the options, streams reset tool will not work in Secure Kafka cluster