vdesabou / kafka-docker-playground

🐳✨ Fully automated Apache Kafka® and Confluent Docker based examples // 👷‍♂️ Easily build examples or reproduction models
https://kafka-docker-playground.io
MIT License
683 stars 208 forks source link

CONNECT_TOPIC_CREATION_ENABLE: "true" does not work for ccloud demo #1457

Closed vdesabou closed 2 years ago

vdesabou commented 3 years ago

10:26:46 ℹ️ Creating MySQL source connector % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 881 100 412 100 469 542 617 --:--:-- --:--:-- --:--:-- 1160 { "name": "mysql-source", "config": { "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector", "tasks.max": "1", "connection.url": "jdbc:mysql://mysql:3306/db?user=user&password=password&useSSL=false", "table.whitelist": "application", "mode": "timestamp+incrementing", "timestamp.column.name": "last_modified", "incrementing.column.name": "id", "topic.prefix": "mysql-", "name": "mysql-source" }, "tasks": [], "type": "source" } 10:26:46 ℹ️ Adding an element to the table

vdesabou commented 2 years ago

was missing

               "topic.creation.default.replication.factor": "-1",
               "topic.creation.default.partitions": "-1",