[ 
https://issues.apache.org/jira/browse/KAFKA-7418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620415#comment-16620415
 ] 

Srinivas Reddy edited comment on KAFKA-7418 at 9/19/18 10:30 AM:
-----------------------------------------------------------------

[~asasvari],

Can I start working on this task? I have identified code changes for few 
commands.

 


was (Author: mrsrinivas):
[~asasvari],

Can I start working on this task? I have identified code changes for few 
scripts.

 

> 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)

Reply via email to