lhotari commented on PR #22560: URL: https://github.com/apache/pulsar/pull/22560#issuecomment-2934127074
@dao-jun This PR will be a good foundation to switching to use BookKeeper's [BP-62 Batch Read API](https://github.com/apache/bookkeeper/blob/master/site3/website/src/pages/bps/BP-62-new-API-for-batched-reads.md) in Pulsar. One of the gotchas of BP-62 is that a batch read might not return all entries even if there are remaining entries to be read. It seems that it would play nicely with the changes that are made in this PR so that the next read could continue to retry and read more. Would you be interested in implementing BP-62 support in Pulsar after this current PR has been merged? -- 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]
