fuweng11 commented on code in PR #7526: URL: https://github.com/apache/inlong/pull/7526#discussion_r1127310155
########## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/node/ck/ClickHouseDataNodeDTO.java: ########## @@ -53,4 +56,15 @@ public static ClickHouseDataNodeDTO getFromJson(@NotNull String extParams) { } } + /** + * Convert ip:post to jdbcurl. + */ + public static String convertToJdbcurl(String url) { Review Comment: done -- 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