dajac commented on a change in pull request #11422:
URL: https://github.com/apache/kafka/pull/11422#discussion_r746011805



##########
File path: core/src/main/scala/kafka/network/SocketServer.scala
##########
@@ -660,7 +662,7 @@ private[kafka] class Acceptor(val endPoint: EndPoint,
       serverChannel.socket().setReceiveBufferSize(recvBufferSize)
 
     try {
-      serverChannel.socket.bind(socketAddress)
+      serverChannel.socket.bind(socketAddress, listenBacklogSize)

Review comment:
       Could we add a unit test which verifies that the configuration is 
correctly applied to the socket?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to