Skip to content

Commit 907200f

Browse files
authored
Update README.md
1 parent b648029 commit 907200f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ clickhouse.server.database: "test"
3030
database.allowPublicKeyRetrieval: "true"
3131
snapshot.mode: "schema_only"
3232
connector.class: "io.debezium.connector.mysql.MySqlConnector"
33-
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
3436
```
3537

3638
Start the application.

0 commit comments

Comments
 (0)