You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/05/31 21:37:09 UTC

[kafka] branch trunk updated (40b0033 -> d4c1ef4)

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

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


    from 40b0033  MINOR: Remove duplicate properties encode in KafkaZkClient#setOrCreateEntityConfigs (#8636)
     add d4c1ef4  MINOR: Align the constructor of KafkaConsumer to KafkaProducer (#8605)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/consumer/KafkaConsumer.java      | 42 +++++-----
 .../kafka/clients/producer/KafkaProducer.java      | 18 +----
 .../java/org/apache/kafka/common/utils/Utils.java  | 19 +++++
 .../kafka/clients/producer/ProducerConfigTest.java | 92 ++++++++++++++++++++++
 .../org/apache/kafka/common/utils/UtilsTest.java   | 24 ++++++
 5 files changed, 155 insertions(+), 40 deletions(-)
 create mode 100644 clients/src/test/java/org/apache/kafka/clients/producer/ProducerConfigTest.java