woofyzhao commented on code in PR #6871:
URL: https://github.com/apache/inlong/pull/6871#discussion_r1047937604
##########
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:
Can we reuse the old method since most of the codes are identical?
--
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]