Re: [DISCUSS] KIP-764 Configurable backlog size for creating Acceptor

2021-08-09 Thread Haruki Okada
Hi, Mao. > we should name the property socket.listen.backlog.size for better clarity Sounds good to me. I updated the KIP to name the property as `socket.listen.backlog.size` . 2021年8月9日(月) 23:30 David Mao : > Hi Haruki, > > I think it makes sense to have this as a configurable property. I thin

Re: [DISCUSS] KIP-764 Configurable backlog size for creating Acceptor

2021-08-09 Thread David Mao
Hi Haruki, I think it makes sense to have this as a configurable property. I think we should name the property socket.listen.backlog.size for better clarity on what the property configures. Besides that, the proposal looks good to me. David On Wed, Jul 28, 2021 at 8:09 AM Haruki Okada wrote: >

Re: [DISCUSS] KIP-764 Configurable backlog size for creating Acceptor

2021-07-28 Thread Haruki Okada
Hi, Kafka. Does anyone have any thoughts or suggestions about the KIP? If there seems to be no, I would like to start a VOTE later. Thanks, 2021年7月22日(木) 16:17 Haruki Okada : > Hi, Kafka. > > I proposed KIP-764, which tries to add new KafkaConfig to adjust > Acceptor's backlog size. > As desc

[DISCUSS] KIP-764 Configurable backlog size for creating Acceptor

2021-07-22 Thread Haruki Okada
Hi, Kafka. I proposed KIP-764, which tries to add new KafkaConfig to adjust Acceptor's backlog size. As described in the KIP and the ticket KAFKA-9648, currently backlog size is fixed value (50) and it may not be enough to handle incoming connections from massive clients. So we would like to make