artemlivshits opened a new pull request, #14728:
URL: https://github.com/apache/kafka/pull/14728

   This is a PoC (not tested and probably needs some corner cases
   addressed) for running group coordinator on the request handler pool
   instead of dedicated thread pool.
       
   The main new piece of code is NonBlockingSynchronizer that is an async
   equivalent of locking -- it makes sure that async tasks with a given
   key don't run concurrently.  The actual work is scheduled back on the
   request thread pool using KafkaRequestHandler.wrap primitive that was
   first introduced for KIP-890 work.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to