gaozhangmin commented on code in PR #17153:
URL: https://github.com/apache/pulsar/pull/17153#discussion_r949738106


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/AbstractBaseDispatcherTest.java:
##########
@@ -214,6 +211,10 @@ protected boolean isConsumersExceededOnSubscription() {
 
         @Override
         public boolean trackDelayedDelivery(long ledgerId, long entryId, 
MessageMetadata msgMetadata) {
+            if (!msgMetadata.hasDeliverAtTime()) {

Review Comment:
   I will submit a new pr to solve this.



-- 
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]

Reply via email to