Open abhijeet2096-confluent opened 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
What
Current
confluentinc-kafka-connect-jdbc
10.2.5has older
mysql-connector.jar(5.1.4.0) which causes following error against MySql server (
8.0.32`)This P.R adds another updated
confluentinc-kafka-connect-jdbc-10.7.4.zip
.Usage
The above path would get updated once merged.
Why do we require this zip, cannot use
kafka-connect-jdbc
directly from confluent-hub?This is because kafka-connect-jdbc from confluent-hub doesn't contain mysql connector by default, which is required by jdbc to connect to MySql based SQL servers.
ToDo
[ ] Replace the older jdbc zip (10.2.5) with newer jdbc zip (10.7.4)
Reference