Description
Currently, the '--help' option is not recognized by some Kafka commands . For example:
$ kafka-console-producer --help help is not a recognized option
However, the '--help' option is supported by other commands:
$ kafka-verifiable-producer --help usage: verifiable-producer [-h] --topic TOPIC --broker-list HOST1:PORT1[,HOST2:PORT2[...]] [--max-messages MAX-MESSAGES] [--throughput THROUGHPUT] [--acks ACKS] [--producer.config CONFIG_FILE] [--message-create-time CREATETIME] [--value-prefix VALUE-PREFIX] ...
To provide a consistent user experience, it would be nice to add a '--help' option to all Kafka commands.
Attachments
Issue Links
- duplicates
-
KAFKA-6971 Passing in help flag to kafka-console-producer should print arg options
- Resolved
- fixes
-
KAFKA-1292 Command-line tools should print what they do as part of their usage command
- Resolved
- links to