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

[jira] [Created] (KAFKA-10038) ConsumerPerformance.scala supports the setting of client.id

tigertan created KAFKA-10038:
--------------------------------

             Summary: ConsumerPerformance.scala supports the setting of client.id
                 Key: KAFKA-10038
                 URL: https://issues.apache.org/jira/browse/KAFKA-10038
             Project: Kafka
          Issue Type: Improvement
          Components: core
    Affects Versions: 2.1.1
         Environment: Trunk branch
            Reporter: tigertan
             Fix For: 2.6.0


ConsumerPerformance.scala supports the setting of "client.id", which is a reasonable requirement, and the way "console consumer" and "console producer" handle "client.id" can be unified. "client.id" defaults to "perf-consumer-client-" + new Random().nextInt(100000).

We often use client.id in quotas, if the script of kafka-producer-perf-test.sh supports the setting of "client.id" , we can do quota testing through scripts without writing our own consumer programs.



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