merlimat opened a new pull request #7060: URL: https://github.com/apache/pulsar/pull/7060
### Motivation In order to have a predictable memory footprint in brokers, we need to cap the amount of bytes that we read in single range read request from BK. Since BK doesn't take a max bytes argument, we need instead to use a best-effort approach and adjust the max number of entries based on the average entry (not message) size on the topic. ---------------------------------------------------------------- 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]
