Open
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels