BewareMyPower opened a new pull request, #584: URL: https://github.com/apache/pulsar-client-cpp/pull/584
fixes #576 The original purpose of this change is > Log producer queue sizes during send timeouts for backpressure debugging However, when `pendingMessages` is empty, there is no issue with back pressure, it's just that the send timeout callback is triggered when there is no pending send. Additionally, this PR removes the WARN logs for receive timeouts, which just happen when the `incomingMessages_` is empty. The warn logs can only show the current connection's URL, nothing can help debug. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
