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

   This PR is not yet ready for review. It is built on top of other PR-13487
   
   This PR includes 
   - Recognize the fetch requests with out of range local log offsets
   - Add fetch implementation for the data lying in the range of 
[logStartOffset, localLogStartOffset]
   - Add a new purgatory for async remote read requests which are served 
through a specific thread pool
   
   todo: Add more tests for the newly introduced changes. There are some tests 
available for these scenarios in 2.8.x, refactoring with the trunk changes. 
   
   ### 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