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 2020/01/29 21:04:09 UTC

[kafka] branch trunk updated (b4d7560 -> bd5a1c4)

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 b4d7560  KAFKA-9426: Use switch instead of chained if/else in OffsetsForLeaderEpochClient (#7959)
     add bd5a1c4  KAFKA-4203: Align broker default for max.message.bytes with Java producer default (#4154)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/producer/KafkaProducer.java      | 17 +++++++------
 .../kafka/clients/producer/ProducerConfig.java     |  2 +-
 core/src/main/scala/kafka/server/KafkaConfig.scala |  2 +-
 .../kafka/api/PlaintextProducerSendTest.scala      | 28 ++++++++++++++++++++--
 4 files changed, 36 insertions(+), 13 deletions(-)