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/09/04 17:27:11 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #11693: Refactored PulsarResources to avoid building metadata paths everywhere

merlimat commented on a change in pull request #11693:
URL: https://github.com/apache/pulsar/pull/11693#discussion_r702308550



##########
File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/resources/TopicResources.java
##########
@@ -36,17 +38,39 @@
         this.store = store;
     }
 
+    public CompletableFuture<List<String>> listPersistentTopicsAsync(NamespaceName ns) {
+        String path = "/managed-ledgers/" + ns + "/persistent";

Review comment:
       👍 




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org