ThorneANN commented on code in PR #4282: URL: https://github.com/apache/flink-cdc/pull/4282#discussion_r2845725400
########## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-fluss/src/main/java/org/apache/flink/cdc/connectors/fluss/sink/FlussMetaDataApplier.java: ########## Review Comment: Both connection and admin are created only on the first call and reused for all subsequent calls: ` private transient Connection connection; private transient Admin admin; ` -- 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]
