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


   This patch bumps the `Fetch` protocol as specified by KIP-595: 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-595%3A+A+Raft+Protocol+for+the+Metadata+Quorum.
 The main differences are the following:
   
   - Truncation detection 
   - Leader discovery through the response
   - Flexible version support
   
   The most notable change is truncation detection. This patch adds logic in 
the request handling path to detect truncation, but it does not change the 
replica fetchers to make use of this capability. We are planning to do this 
separately.
   
   ### 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