gosonzhang commented on code in PR #6871: URL: https://github.com/apache/inlong/pull/6871#discussion_r1047972856
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java: ########## @@ -170,6 +173,29 @@ public String save(InlongGroupRequest request, String operator) { return groupId; } + @Override + @Transactional(rollbackFor = Throwable.class) + public String save(InlongGroupRequest request, UserInfo opInfo) { Review Comment: Yes, business logic and page are currently consistent This idea is to separate the page from the open api first, and implement the call logic separately. After completing the subsequent implementation, we will see if they are the same in the end: if they are consistent, we will merge them into one; if they are inconsistent, we will merge them into one. deal with separately -- 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