You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2021/11/19 16:56:07 UTC

[kafka] branch trunk updated (a96ff4b -> 30a9085)

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

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


    from a96ff4b  MINOR: Modify the Exception type of the testCommitOffsetAsyncNotCoordinator method (#11512)
     add 30a9085  KAFKA-9648: Add configuration to adjust listen backlog size for Acceptor (KIP-764) (#11422)

No new revisions were added by this update.

Summary of changes:
 .../main/scala/kafka/network/SocketServer.scala    | 10 +++++----
 core/src/main/scala/kafka/server/KafkaConfig.scala |  7 +++++++
 .../unit/kafka/network/SocketServerTest.scala      | 24 +++++++++++++++++++---
 .../scala/unit/kafka/server/KafkaConfigTest.scala  |  1 +
 4 files changed, 35 insertions(+), 7 deletions(-)