vernedeng commented on code in PR #6677: URL: https://github.com/apache/inlong/pull/6677#discussion_r1040349661
########## 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: Got it, thx, I will fix it. -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org