You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/07 15:27:00 UTC

[jira] [Commented] (KAFKA-8131) Add --version parameter to command line help outputs & docs

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

ASF GitHub Bot commented on KAFKA-8131:
---------------------------------------

hachikuji commented on pull request #6481: KAFKA-8131: Moved --version argument implementation from kafka-run-class.sh to CommandLineUtils to include documentation in command line help
URL: https://github.com/apache/kafka/pull/6481
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add --version parameter to command line help outputs & docs
> -----------------------------------------------------------
>
>                 Key: KAFKA-8131
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8131
>             Project: Kafka
>          Issue Type: Improvement
>          Components: tools
>            Reporter: Sönke Liebau
>            Assignee: Sönke Liebau
>            Priority: Minor
>
> KAFKA-2061 added the --version flag to kafka-run-class.sh which prints the Kafka version to the commandline.
> As this is in kafka-run-class.sh this will effectively work for all commandline tools that use this file to run a class, so it should be added to the help output of these scripts as well. A quick grep leads me to these suspects:
>  * connect-distributed.sh
>  * connect-standalone.sh
>  * kafka-acls.sh
>  * kafka-broker-api-versions.sh
>  * kafka-configs.sh
>  * kafka-console-consumer.sh
>  * kafka-console-producer.sh
>  * kafka-consumer-groups.sh
>  * kafka-consumer-perf-test.sh
>  * kafka-delegation-tokens.sh
>  * kafka-delete-records.sh
>  * kafka-dump-log.sh
>  * kafka-log-dirs.sh
>  * kafka-mirror-maker.sh
>  * kafka-preferred-replica-election.sh
>  * kafka-producer-perf-test.sh
>  * kafka-reassign-partitions.sh
>  * kafka-replica-verification.sh
>  * kafka-server-start.sh
>  * kafka-streams-application-reset.sh
>  * kafka-topics.sh
>  * kafka-verifiable-consumer.sh
>  * kafka-verifiable-producer.sh
>  * trogdor.sh
>  * zookeeper-security-migration.sh
>  * zookeeper-server-start.sh
>  * zookeeper-shell.sh
> Currently this parameter is not documented at all, neither in the output nor in the official docs.
> I'd propose to add it to the docs as well as part of this issue, I'll look for a suitable place.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)