coderzc commented on code in PR #19716:
URL: https://github.com/apache/pulsar/pull/19716#discussion_r1153964922
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/delayed/DelayedDeliveryTracker.java:
##########
@@ -67,12 +67,6 @@ public interface DelayedDeliveryTracker extends
AutoCloseable {
*/
boolean shouldPauseAllDeliveries();
- /**
- * Tells whether this DelayedDeliveryTracker contains this message index,
- * if the tracker is not supported it or disabled this feature also will
return false.
- */
- boolean containsMessage(long ledgerId, long entryId);
Review Comment:
Oh, sorry this addresses a previous comment.
See: https://github.com/apache/pulsar/pull/17677#pullrequestreview-1178729635
--
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]