vernedeng commented on code in PR #8424:
URL: https://github.com/apache/inlong/pull/8424#discussion_r1255520139
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/AuditService.java:
##########
@@ -51,4 +52,19 @@ public interface AuditService {
*/
Boolean refreshBaseItemCache();
-}
+ /**
+ * Offline the old audit source through url, and insert and online a new
audit source.
+ * If the new url already exists in the table, the insert operation will
become an update operation.
+ *
+ * @param request
+ * @return
Review Comment:
Add some simple description of **param** and **return**
--
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]