ivankelly opened a new pull request #1901: Estimate the size of a managed ledger suffix from a position URL: https://github.com/apache/incubator-pulsar/pull/1901 This patch adds the ability to estimate the size of a suffix of a managed ledger by passing in a prefix. The size is an estimate. For complete ledgers after the position, the size can be calculated exactly, but for the first ledger, if it is partial, we can only get an estimate without having to make an RPC. The estimate for this ledger is based on the total size of that ledger and the number of entries in that ledger.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
