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



##########
File path: 
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/Lookup.java
##########
@@ -41,6 +42,14 @@
      */
     CompletableFuture<String> lookupTopicAsync(String topic);
 
+    /**
+     * Lookup a partitioned topic.
+     *
+     * @param topic
+     * @return the broker URL that serves the topic
+     */

Review comment:
       Thanks for your suggenstions @eolivelli .  
   We don't need to worry about method blocking since every blocking method is 
configed with a timeout.  It will be  blocked for no longer than 
`readerTimeoutMs`




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


Reply via email to