ZhaoNiuniu commented on code in PR #8424:
URL: https://github.com/apache/inlong/pull/8424#discussion_r1253964872


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/ck/ClickHouseConfig.java:
##########
@@ -30,45 +35,61 @@
  * Clickhouse config information, including url, user, etc.
  */
 @Component
+@Service
+@Slf4j
 public class ClickHouseConfig {
 
+    @Autowired
+    private AuditQuerySourceConfigEntityMapper querySourceConfigEntityMapper;
     private static volatile DataSource source;
+    private static volatile String currentJdbcUrl = null;

Review Comment:
   "jdbcUrl" has been defined, so I kept this naming.



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

Reply via email to