mattisonchao commented on code in PR #20718:
URL: https://github.com/apache/pulsar/pull/20718#discussion_r1257631789


##########
pulsar-broker/src/main/java/org/apache/pulsar/compaction/CompactedTopic.java:
##########
@@ -29,6 +29,7 @@
 public interface CompactedTopic {
     CompletableFuture<CompactedTopicContext> newCompactedLedger(Position p, 
long compactedLedgerId);
     CompletableFuture<Void> deleteCompactedLedger(long compactedLedgerId);
+    @Deprecated

Review Comment:
   Please add a comment to help people know which API replace this.



##########
pulsar-broker/src/main/java/org/apache/pulsar/compaction/CompactedTopic.java:
##########
@@ -29,6 +29,7 @@
 public interface CompactedTopic {
     CompletableFuture<CompactedTopicContext> newCompactedLedger(Position p, 
long compactedLedgerId);
     CompletableFuture<Void> deleteCompactedLedger(long compactedLedgerId);
+    @Deprecated

Review Comment:
   Please add a comment to help people know which API replaced this.



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

Reply via email to