You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "jiamei xie (Jira)" <ji...@apache.org> on 2020/04/07 07:20:00 UTC

[jira] [Updated] (KAFKA-9804) Extract ConsumerPerform config into one file

     [ https://issues.apache.org/jira/browse/KAFKA-9804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jiamei xie updated KAFKA-9804:
------------------------------
    Description: Configs of producer has been  extracted out of PerfConfig  in https://github.com/apache/kafka/pull/3613/commits. The remaining in PerfConfig are configs for consumer.  And ConsumerPerformance also has configs for consumer.  Separating these configs into two classes is not concise.  So we can put all configs into class ConsumerPerformance.ConsumerPerfConfig.  (was: Configs for ConsumerPerformance are in core/src/main/scala/kafka/tools/ConsumerPerformance.scala and core/src/main/scala/kafka/tools/PerfConfig.scala. Put all of configs into class ConsumerPerformance.ConsumerPerfConfig)

> Extract ConsumerPerform config into one file
> --------------------------------------------
>
>                 Key: KAFKA-9804
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9804
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>            Reporter: jiamei xie
>            Assignee: jiamei xie
>            Priority: Major
>
> Configs of producer has been  extracted out of PerfConfig  in https://github.com/apache/kafka/pull/3613/commits. The remaining in PerfConfig are configs for consumer.  And ConsumerPerformance also has configs for consumer.  Separating these configs into two classes is not concise.  So we can put all configs into class ConsumerPerformance.ConsumerPerfConfig.



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