hachikuji opened a new pull request #9732:
URL: https://github.com/apache/kafka/pull/9732


   This patch contains the following improvements:
   
   - Separate inbound/outbound request flows so that we can open the door for 
concurrent inbound request handling
   - Rewrite `KafkaNetworkChannel` to use `InterBrokerSendThread` which fixes a 
number of bugs/shortcomings
   - Get rid of a lot of boilerplate conversions in `KafkaNetworkChannel` 
   - Improve validation of inbound responses in `KafkaRaftClient` by checking 
correlationId. This fixes a bug which could cause an out of order Fetch to be 
applied incorrectly.
   
   ### 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to