lhotari commented on PR #24623: URL: https://github.com/apache/pulsar/pull/24623#issuecomment-3249499948
While doing some validation, I noticed that Pulsar has a long time issue that consumers aren't able to keep with producers even when there are available resources unless `dispatcherMaxReadBatchSize` (and possibly also `dispatcherMaxReadSizeBytes`) are tuned. The default value for `dispatcherMaxReadBatchSize` is `100` which seems to be too small. Increasing it to `1000` could help in increasing cache hits and performance. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org