Versions Compared

Key

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

...

Public Interfaces

Add an option:

  • --reader.-config to tool kafka-console-producer.sh
  • --formatter.-config to tool kafka-console-consumer.sh

...

Define a property in config file and in options and check that option override config file.

Rejected Alternatives

  • Use of generic option --config to avoid confusion in the purpose of this config file (but on the other hand, the current --property is quite generic already, maybe another KIP to change it).
  • Use of option name --read.config/--formatter.config, with "." as separator, as it's not consitent with the commonly used option --command-config