merlimat opened a new pull request #7104: URL: https://github.com/apache/pulsar/pull/7104
Note: this is based on top of #6791. Once that is merged, I'll rebase here. For the sake of this review, check commit a3a9c91f ### Motivation Instead of grouping the messages by same key, group them directly by same consumer in order to achieve max possible grouping when sending them. Also reuse the map for messages grouping as a thread local. ---------------------------------------------------------------- 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]
