merlimat opened a new pull request #9676: URL: https://github.com/apache/pulsar/pull/9676
### Motivation Similar to what already implemented in Java client, adding a client-wide memory limit for messages produced on all the C++ producers. ### Modifications Refactored the `pendingMessagesQueue` handling code to be similar to the Java implementation, using a "Deque" and a semaphore, rather that having all the logic collapsed into the queue implementation. ---------------------------------------------------------------- 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]
