You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2021/09/07 20:52:54 UTC

[kafka] branch trunk updated (9d107c1 -> 66a27af)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 9d107c1  KAFKA-13277; Fix size calculation for tagged string fields in message generator (#11308)
     add 66a27af  KAFKA-10038: Supports default client.id for ConsoleConsumer, ProducerPerformance, ConsumerPerformance (#11297)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/tools/ConsoleConsumer.scala   |  2 ++
 .../scala/kafka/tools/ConsumerPerformance.scala    |  2 ++
 .../unit/kafka/tools/ConsoleConsumerTest.scala     | 33 +++++++++++++++++
 .../unit/kafka/tools/ConsoleProducerTest.scala     |  8 +++++
 .../unit/kafka/tools/ConsumerPerformanceTest.scala | 41 ++++++++++++++++++++--
 .../apache/kafka/tools/ProducerPerformance.java    |  3 ++
 .../kafka/tools/ProducerPerformanceTest.java       | 22 +++++++++++-
 7 files changed, 108 insertions(+), 3 deletions(-)