michaeljmarshall commented on a change in pull request #14231:
URL: https://github.com/apache/pulsar/pull/14231#discussion_r805073801
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerImpl.java
##########
@@ -1743,7 +1748,7 @@ private void resendMessages(ClientCnx cnx, long
expectedEpoch) {
cnx.channel().close();
return;
}
- int messagesToResend = pendingMessages.size();
+ long messagesToResend = pendingMessages.messagesCount();
Review comment:
Oh, sorry, I was too vague. I just meant that the log line's content
will be different. Instead of logging 10 batch messages, it'll log the total
number of messages. This is fine, but it's a change.
--
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]