thesumery commented on code in PR #7134:
URL: https://github.com/apache/inlong/pull/7134#discussion_r1061094333


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongClusterController.java:
##########
@@ -228,11 +228,11 @@ public Response<Boolean> deleteNode(@PathVariable Integer 
id) {
         return Response.success(clusterService.deleteNode(id, 
LoginUserUtils.getLoginUser().getName()));
     }
 
-    @RequestMapping(value = "/cluster/node/bindTag")
+    @RequestMapping(value = "/cluster/node/bindLabel")

Review Comment:
   At present, the label is not bound to the file agent forcibly, and its 
association is also bound to the node. 
   
   And the design of the label is not just for collection tasks
   
   



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

Reply via email to