chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

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

Open david-gao1 opened this issue 1 year ago • 0 comments

Search before asking

  • [X] 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?

  • [X] Yes I am willing to submit a PR!

Code of Conduct

david-gao1 avatar Jun 13 '24 07:06 david-gao1