I am trying to use the JDBC MySql sink connector to output a topic (AVRO format).
I installed the JDBC MS Sql driver in the folder with the connector jar.
When I follow these instructions
The connector immediately goes to a failed state and there are no errors in the connector log
Where can I look to find the error?
The Kafka Connect worker log will have the reason for the failure.
Are you using the docker-compose.yml from that link? docker-compose logs kafka-connect should provide the logs.
On the connect container. I then added the JDBC MySql driver jar file into the folder where the JAR for the JDBC connector installed. If I look at my available connectors it appears and lets me add my sink connector.
There are a lot of logs, but related to my Cosmos Source connector (which is working correctly). I will try with your Yaml file later and get back to you with full logs if it is still not working.