-
Bug
-
Resolution: Done
-
Blocker
-
0.2
-
None
The Debezium 0.2 artifacts uploaded into Maven Central include two archives that are supposed to contain all of the JARs necessary to run the connector:
- debezium-connector-mysql-0.2.0-plugin.zip
- debezium-connector-mysql-0.2.0-plugin.tar.gz
Both of these files are missing the MySQL driver, which was not needed in 0.1 but is now used in the snapshot feature added in 0.2 via DBZ-31. The reason it was not included is because the MySQL driver is still test scope in the POM file.
Therefore, when using the 0.2 release one simply cannot unzip the MySQL connector archive into a Kafka Connect deployment. To solve this problem, the MySQL driver also needs to be added to the deployment.