iit2009060 commented on PR #15060:
URL: https://github.com/apache/kafka/pull/15060#issuecomment-1877542832

   > @iit2009060 You may have mistyped as controller but it does not have any 
role in the fetch path here. Remote fetch is executed through a specific 
purgatory with DelayedRemoteFetch and read operation/callback is executed in a 
specific thread pool. It returns empty records when there is no data for a 
specific offset in the remote storage.
   
   Yes @satishd  correct . I am still going through the code but need few 
inputs 
   1. If we send records empty , How it determine the next offset to be 
fetched. Because in LogOffSetMetadata we always return the fetchOffset request. 
Or it keep requesting the fetchOffSet request ?


-- 
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