momo-jun commented on code in PR #16470:
URL: https://github.com/apache/pulsar/pull/16470#discussion_r917521511


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/lookup/v2/TopicLookup.java:
##########
@@ -45,6 +49,10 @@ public class TopicLookup extends TopicLookupBase {
     @GET
     @Path("{topic-domain}/{tenant}/{namespace}/{topic}")
     @Produces(MediaType.APPLICATION_JSON)
+    @ApiOperation(
+            value = "Look up a topic from the current serving broker.",

Review Comment:
   This doc page is deprecated and no longer maintained.
   You can find the related information on [this 
page](https://pulsar.apache.org/docs/next/admin-api-topics/#lookup-of-topic).



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