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

   In this issue, we implemented a CommitRequestManager to handle the commit 
request from the client and the autocommit state.  When the client commits 
offsets, a "staged" commit will be added to a queue in the manager.  When the 
background thread polls the manager, it will check the queue and possibly 
generate a list of UnsentRequest, which will later be handled by the 
NetworkClientDelegate.
   
   ### 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