sijie commented on a change in pull request #3079: Change un-ack messages
tracking behavior
URL: https://github.com/apache/pulsar/pull/3079#discussion_r237218565
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java
##########
@@ -826,14 +831,11 @@ void messageReceived(MessageIdData messageId, int
redeliveryCount, ByteBuf heade
lock.readLock().lock();
try {
- // Enqueue the message so that it can be retrieved when
application calls receive()
Review comment:
I think we need to keep the comments here, no?
----------------------------------------------------------------
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