I need someone's help.
I follow a tutorial Streaming Data from MySQL into Kafka with Kafka Connect and Debezium but I have the trouble connecting MySql to Kafka server using Debezium MySQL Connector.
Here is my setup and other information.
OS : Windows 10.
Kafka Connect : Confluent 5.0.
MySQL Connector : 0.8.1 Final.
I keep files
.
I add the plugins path
When I tried connecting to Kafka Connect, It returned me an error. "Failed to find any class that implements Connector and which name matches io.debezium.connector.mysql.MySqlConnector"
Am I missing something? Anyone can help?
plugins.path
which is defined in kafka-connect properties which usually points to/usr/share/java
– Giorgos Myrianthous