yjshen opened a new issue #6208: [Client][Reader API] Bypass broker when reading a segment in BookKeeper URL: https://github.com/apache/pulsar/issues/6208 When we are using the reader API, one of the optimizations we could achieve is bypass broker when the segment exists in BookKeeper. Therefore, the preferred workflow should be: 1. check the startingPosition to see if it is pointing to a finished ledger on the bookies, if so, read it from bookies directly. 1. for the in-progress ledger in a broker, read procedure should be identical to the current implementation.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
