aloyszhang commented on a change in pull request #8618:
URL: https://github.com/apache/pulsar/pull/8618#discussion_r541382528



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentMessageExpiryMonitor.java
##########
@@ -90,6 +91,11 @@ public void expireMessages(int messageTTLInSeconds) {
         }
     }
 
+    public boolean isExpired(int messageTTLInSeconds, long 
brokerTimestampForMessage) {

Review comment:
       Yes, this method has no invoke. will rmeove




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to