codelipenghui commented on a change in pull request #13797:
URL: https://github.com/apache/pulsar/pull/13797#discussion_r786350614
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentStickyKeyDispatcherMultipleConsumers.java
##########
@@ -63,7 +63,7 @@
/**
* When a consumer joins, it will be added to this map with the current
read position.
- * This means that, in order to preserve ordering, new consumers can only
receive old
+ * This means that, in order to preserve ordering, new consumers can only
receive new
Review comment:
The new consumer can't receive new messages if the read position when
joining is greater than the mark delete position.
--
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]