Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md to set database.connectionTimeZone
  • Loading branch information
subkanthi authored Nov 15, 2023
1 parent db0bd0c commit fa7c7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GLOBAL OPTIONS:
| database.allowPublicKeyRetrieval | **Optional**, MySQL specific: true/false |
| auto.create.tables | When True, connector will create tables(transformed DDL from source) |
| persist.raw.bytes | Debezium.BYTES data(usually UUID) is persisted as raw bytes(CH String) if set to true. |
| connectionTimeZone | Specify MySQL timezone for DATETIME conversions.https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-temporal-types |
| database.connectionTimeZone | Example: "US/Samoa, Specify MySQL timezone for DATETIME conversions.https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-temporal-types |
| enable.snapshot.ddl | When true, pre-existing DDL statements from source(MySQL) will be executed. Warning: This might run DROP TABLE commands. |


Expand Down

0 comments on commit fa7c7bf

Please sign in to comment.