[
https://issues.apache.org/jira/browse/KAFKA-7418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620470#comment-16620470
]
Attila Sasvari commented on KAFKA-7418:
---------------------------------------
- Created a KIP:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-373%3A+Add+%27--help%27+option+to+all+available+Kafka+CLI+commands
I will send out an email to the kafka-dev mailing list soon.
> Add '--help' option to all available Kafka CLI commands
> --------------------------------------------------------
>
> Key: KAFKA-7418
> URL: https://issues.apache.org/jira/browse/KAFKA-7418
> Project: Kafka
> Issue Type: Improvement
> Components: tools
> Reporter: Attila Sasvari
> Priority: Major
>
> Currently, the '--help' option is not recognized by some Kafka commands . For
> example:
> {code}
> $ kafka-console-producer --help
> help is not a recognized option
> {code}
> However, the '--help' option is supported by other commands:
> {code}
> $ 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]
> ...
> {code}
> To provide a consistent user experience, it would be nice to add a '--help'
> option to all Kafka commands.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)