liudezhi2098 commented on a change in pull request #13880:
URL: https://github.com/apache/pulsar/pull/13880#discussion_r790088564
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
##########
@@ -3445,6 +3465,68 @@ private void
internalExpireMessagesByTimestampForSinglePartition(String subName,
}
}
+ private CompletableFuture<Void>
internalExpireMessagesByTimestampForSinglePartitionAsync(
Review comment:
The method is currently available only use in
internalExpireMessagesForAllSubscriptionsForNonPartitionedTopic,the follow-up
will be asynchronous, and delete sync method.
--
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]