cygnusdark opened a new pull request, #155: URL: https://github.com/apache/doris-flink-connector/pull/155
# Proposed changes Issue Number: close #154 ## Problem Summary: Bump Flink CDC MySQL Connector version to 2.4.0 ## Checklist(Required) 1. Does it affect the original behavior: No 2. Has unit tests been added: No 3. Has document been added or modified: No 4. Does it need to update dependencies: Yes 5. Are there any changes that cannot be rolled back: No ## Further comments I carefully tested and have re-deployed half of our online streaming ETL jobs using the newest Flink CDC 2.4 framework, which look good so far, except this issue: https://github.com/ververica/flink-cdc-connectors/issues/2243 The new feature of mysql connector that allows our job to automatically close idle readers has some problems when a single job syncs multiple tables and later we add new tables in sync list. However, this feature looks good when you just want to sync single table. It will automatically release idle resources after snapshot reading done. @JNSimba @DongLiang-0 anyone can help review this PR? -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org