We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b648029 commit 907200fCopy full SHA for 907200f
README.md
@@ -30,7 +30,9 @@ clickhouse.server.database: "test"
30
database.allowPublicKeyRetrieval: "true"
31
snapshot.mode: "schema_only"
32
connector.class: "io.debezium.connector.mysql.MySqlConnector"
33
-
+offset.storage.file.filename: /tmp/offsets.dat
34
+database.history.file.filename: /tmp/dbhistory.dat
35
+schema.history.internal.file.filename: /tmp/schemahistory2.dat
36
```
37
38
Start the application.
0 commit comments