sijie commented on a change in pull request #3079: Change un-ack messages start
tracking behavior
URL: https://github.com/apache/pulsar/pull/3079#discussion_r237994398
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java
##########
@@ -1068,6 +1072,20 @@ protected synchronized void messageProcessed(Message<?>
msg) {
}
}
+ protected void startMessageTracking(Message<?> msg) {
Review comment:
nit: a better name would be `trackMessage(Message<?> msg)`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services