mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 02:25:18 +00:00
Update README.md
This commit is contained in:
parent
c8be64ae2d
commit
edf806c647
@ -52,7 +52,6 @@ Start the application.
|
||||
| clickhouse.server.pass | ClickHouse password |
|
||||
| clickhouse.server.port | ClickHouse port |
|
||||
| clickhouse.server.database | ClickHouse destination database |
|
||||
| database.allowPublicKeyRetrieval | MySQL specific: true/false |
|
||||
| snapshot.mode | "initial" -> Data that already exists in source database will be replicated. "schema_only" -> Replicate data that is added/modified after the connector is started.\<br/> MySQL: https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-property-snapshot-mode \ <br/>PostgreSQL: https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-snapshot-mode <br/> MongoDB: initial, never. https://debezium.io/documentation/reference/stable/connectors/mongodb.html |
|
||||
| connector.class | MySQL -> "io.debezium.connector.mysql.MySqlConnector" <br/> PostgreSQL -> <br/> Mongo -> <br/> |
|
||||
| offset.storage.file.filename | Offset storage file(This stores the offsets of the source database) MySQL: mysql binlog file and position, gtid set. Make sure this file is durable and its not persisted in temp directories. |
|
||||
@ -60,6 +59,7 @@ Start the application.
|
||||
| schema.history.internal.file.filename | Schema History: Make sure this file is durable and its not persisted in temp directories. |
|
||||
| disable.ddl | **Optional**, Default: false, if DDL execution needs to be disabled |
|
||||
| enable.ddl.snapshot | **Optional**, Default: false, If set to true, the DDL that is passed as part of snapshot process will be executed. Default behavior is DROP/TRUNCATE as part of snapshot is disabled. |
|
||||
| database.allowPublicKeyRetrieval | **Optional**, MySQL specific: true/false |
|
||||
|
||||
|
||||
##### Docker
|
||||
|
Loading…
Reference in New Issue
Block a user