GanfengTan commented on code in PR #6221:
URL: https://github.com/apache/inlong/pull/6221#discussion_r999125418


##########
inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/InlongClient.java:
##########
@@ -224,6 +224,15 @@ static InlongClient create(String serviceUrl, 
ClientConfiguration configuration)
      */
     PageResult<ClusterNodeResponse> listNode(ClusterPageRequest request);
 
+    /**
+     * Get DP node info by groupId and protocol
+     *
+     * @param groupId inlong group id
+     * @param protocolType protocol type, such as: TCP,HTTP
+     * @return DP list
+     */
+    List<ClusterNodeResponse> listDPNode(String groupId, String protocolType);

Review Comment:
   done



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