Closed vdesabou closed 2 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
was missing
"topic.creation.default.replication.factor": "-1", "topic.creation.default.partitions": "-1",
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