You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "VampireAchao (via GitHub)" <gi...@apache.org> on 2023/05/08 02:41:45 UTC

[GitHub] [incubator-streampark] VampireAchao commented on a diff in pull request #2734: remove delete user function and add transfer resource of user function

VampireAchao commented on code in PR #2734:
URL: https://github.com/apache/incubator-streampark/pull/2734#discussion_r1186977329


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/ApplicationService.java:
##########
@@ -120,4 +122,6 @@ List<Application> getByTeamIdAndExecutionModes(
   List<String> historyUploadJars();
 
   String k8sStartLog(Long id, Integer offset, Integer limit) throws Exception;
+
+  void changeUser(Long userId, Long targetUserId);

Review Comment:
   okay



-- 
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: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org