You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/07 22:56:49 UTC

[GitHub] [pulsar] MarvinCai commented on a change in pull request #9514: Expire message by position.

MarvinCai commented on a change in pull request #9514:
URL: https://github.com/apache/pulsar/pull/9514#discussion_r571714020



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/nonpersistent/NonPersistentSubscription.java
##########
@@ -431,6 +431,11 @@ public void expireMessages(int messageTTLInSeconds) {
         // No-op
     }
 
+    @Override
+    public void expireMessages(Position position) {
+        // No-op

Review comment:
       will update.




----------------------------------------------------------------
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:
users@infra.apache.org