woofyzhao commented on code in PR #6249:
URL: https://github.com/apache/inlong/pull/6249#discussion_r1002859918
##########
inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/InlongClient.java:
##########
@@ -99,10 +99,11 @@ static InlongClient create(String serviceUrl,
ClientConfiguration configuration)
* List group status
*
* @param groupIds inlong group id list
+ * @param credentials auth info to query sort task such as sort cluster
token
* @return map of inlong group status list
* @throws Exception the exception
*/
- Map<String, InlongGroupStatusInfo> listGroupStatus(List<String> groupIds)
throws Exception;
+ Map<String, InlongGroupStatusInfo> listGroupStatus(List<String> groupIds,
String credentials) throws Exception;
Review Comment:
Agreed
--
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]