Skip to content

Commit

Permalink
Merge pull request #939 from Altinity/930-the-connector-using-debeziu…
Browse files Browse the repository at this point in the history
…m-and-kafka-does-not-create-tables-and-does-not-report-any-errors

Kafka version, upgrade mysql debezium to 3.0.4.Final, set mysql to 8.0
  • Loading branch information
subkanthi authored Dec 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents d2bbd14 + 9d99bbd commit 7b8d6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sink-connector/deploy/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ version: "3.4"
services:
mysql-master:
container_name: mysql-master
image: docker.io/bitnami/mysql:latest
image: docker.io/bitnami/mysql:8.0
restart: "no"
ports:
- "3306:3306"
@@ -50,7 +50,7 @@ services:
build:
context: ../../docker/debezium_jmx
args:
DEBEZIUM_VERSION: 2.1.0.Alpha1
DEBEZIUM_VERSION: 3.0.4.Final
JMX_AGENT_VERSION: 0.15.0
restart: "no"
ports:

0 comments on commit 7b8d6b9

Please sign in to comment.