merlimat opened a new pull request #7733: URL: https://github.com/apache/pulsar/pull/7733
### Motivation Currently, all the assembly of batches and compression is done in timer thread. When publishing at high throughput with compression enabled, it's easy that this thread becomes the bottleneck. Since we're already using IO threads to do decompression of messages in the consumer, we should use IO threads when compressing too. ---------------------------------------------------------------- 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]
