apoorvmittal10 commented on PR #20837: URL: https://github.com/apache/kafka/pull/20837#issuecomment-3511764458
> Next acquisition range becomes 1-499 → will fail again No, next acquisition will be only offset 1 not 1-499. This is determined by looking at the offset delivery count, offset 1 will also be at limit of delivery count and onl last attempt will be pending. Continuing with previous example, this will continue till offset 124 i.e. single record is being acquired as all of them are in final delivery attempt. Then whole 125 - 499 will be acquired as that's not in the final attempt. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
