DTStack / chunjun

A data integration framework

Home Page:https://dtstack.github.io/chunjun/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature][connector][mysql] The connector supports MySQL Driver 8.x

david-gao1 opened this issue · comments

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

111

When submitting a Flink job, all the JARs under the Flink lib directory are loaded. When there is a mysql-connector-java-8.xx.xx.jar in the lib directory, the MySQL connector consumes timestamp data as LocalDateTime type. Due to the lack of compatibility in the connector, it fails to consume the data, resulting in errors in the job.

Therefore, adding logic to accommodate the mysql-connector-java-8.xx.xx.jar driver.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct