vernedeng commented on code in PR #6677:
URL: https://github.com/apache/inlong/pull/6677#discussion_r1038910209


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongGroupController.java:
##########
@@ -95,6 +97,12 @@ public Response<InlongGroupTopicInfo> getTopic(@PathVariable 
String groupId) {
         return Response.success(groupService.getTopic(groupId));
     }
 
+    @GetMapping(value = "/group/listTopicsByTag/{clusterTag}")

Review Comment:
   You mean ` @GetMapping(value = "/group/listTopics/{clusterTag}")` ?
   Maybe it will be confused with the method to list all topics by groupId?



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