You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Boyang Chen (Jira)" <ji...@apache.org> on 2020/06/29 02:46:00 UTC

[jira] [Commented] (KAFKA-10196) Add missing '--version' option to Kafka command producer-performance

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

Boyang Chen commented on KAFKA-10196:
-------------------------------------

Why do we need to display version from the command line? The AppInfoParser should already print the version in producer log.
{code:java}
public AppInfo(long startTimeMs) {
  this.startTimeMs = startTimeMs;
   log.info("Kafka version: {}", AppInfoParser.getVersion());
   log.info("Kafka commitId: {}", AppInfoParser.getCommitId());
  log.info("Kafka startTimeMs: {}", startTimeMs);
}{code}

> Add missing '--version' option to Kafka command producer-performance
> --------------------------------------------------------------------
>
>                 Key: KAFKA-10196
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10196
>             Project: Kafka
>          Issue Type: Bug
>          Components: producer , tools
>            Reporter: jiamei xie
>            Assignee: jiamei xie
>            Priority: Major
>
> Option '--version'  is missing in Kafka command producer-performance



--
This message was sent by Atlassian Jira
(v8.3.4#803005)