fuweng11 commented on code in PR #9673:
URL: https://github.com/apache/inlong/pull/9673#discussion_r1477317859


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java:
##########
@@ -178,6 +181,11 @@ public Boolean refreshBaseItemCache() {
 
     @Override
     public Integer updateAuditSource(AuditSourceRequest request, String 
operator) {
+        String url = request.getUrl();
+        if (StringUtils.isNotBlank(url) && url.startsWith(MYSQL_JDBC_PREFIX)) {

Review Comment:
   The audit source may not be just MySQL, it may also be clickhouse.So the URL 
may also be prefixed with ` jdbc: clickhouse`



-- 
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

Reply via email to