mattisonchao commented on code in PR #20075:
URL: https://github.com/apache/pulsar/pull/20075#discussion_r1166245669
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/delayed/BucketDelayedDeliveryTrackerFactory.java:
##########
@@ -72,6 +78,26 @@ public DelayedDeliveryTracker
newTracker(PersistentDispatcherMultipleConsumers d
delayedDeliveryMaxIndexesPerBucketSnapshotSegment,
delayedDeliveryMaxNumBuckets);
}
+ /**
Review Comment:
We may need more comments here to explain how and why we should use it.
--
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]