Versions Compared

Key

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

...

Code Block
 commandConfigOption = optionParser.accepts("command-config", "Property file containing configs to be passed to Admin Client and Embedded Consumer")
              .withRequiredArg()
              .ofType(String.class)
              .describedAs("command config property file"); 


Proposed Changes

To add 2 an options to streams reset tool.

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

Compatibility, Deprecation, and Migration Plan

...