Re: Handler Threads in SocketServer

2017-08-01 Thread Ismael Juma
Hi Haseeb, Yes, KafkaRequestHandler is a handler thread indeed. The `Handler` singleton object you refer to is unused. I submitted a PR to remove it. Thanks, Ismael On Tue, Aug 1, 2017 at 10:10 PM, Javed, Haseeb wrote: > Hello, > > > I have recently started looking into the Kafka Server code t

Handler Threads in SocketServer

2017-08-01 Thread Javed, Haseeb
Hello, I have recently started looking into the Kafka Server code to get a deeper understanding of the internals and I have a few questions about the SocketServer implementation. The documentation for the SocketServer mentions: /** * The threading model is * 1 Acceptor thread that handles