ocadaruma opened a new pull request #11422:
URL: https://github.com/apache/kafka/pull/11422


   https://issues.apache.org/jira/browse/KAFKA-9648
   
   * This PR implements 
[KIP-764](https://cwiki.apache.org/confluence/display/KAFKA/KIP-764%3A+Configurable+backlog+size+for+creating+Acceptor)
       - Add new KafkaConfig `socket.listen.backlog.size` which is passed to 
[ServerSocket#bind](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/ServerSocket.html#bind(java.net.SocketAddress,int))
 to adjust the max length of the queue of incoming connections.
   * Please refer the wiki page for the motivation.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)


-- 
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