confluentinc / demo-scene

👾Scripts and samples to support Confluent Demos and Talks. ⚠️Might be rough around the edges ;-) 👉For automated tutorials and QA'd code, see https://github.com/confluentinc/examples/
https://developer.confluent.io
Apache License 2.0
1.5k stars 896 forks source link

No suitable Driver #259

Open emmanuelHa opened 1 year ago

emmanuelHa commented 1 year ago

Hello, the kafka-to-database example as is, is not working : the file https://github.com/confluentinc/demo-scene/blob/master/kafka-to-database/docker-compose.yml is refering to a non existing path for mysql java connector : curl https://cdn.mysql.com/Downloads/Connector-J/mysql-connector-java-8.0.23.tar.gz To make it work I used the right path for the tar.gz: https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-8.0.32.tar.gz curl https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.0.32/mysql-connector-j-8.0.32.jar --output mysql-connector-8.jar Would you like me to create a PR ?