We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: