Skip to content

Commit 302c716

Browse files
committed
Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connector into 885-remove-clickhouse-calls-to-get-column-data-type-for-every-batch-insert
2 parents 4e24bcb + 671e276 commit 302c716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
### Configuration Reference
33
Configuration | Description |
44
|-----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5+
| topic.prefix | Unique name for connector.
56
| database.hostname | Source Database HostName |
67
| database.port | Source Database Port number |
78
| database.user | Source Database Username(user needs to have replication permission, Refer https://debezium.io/documentation/reference/stable/connectors/mysql.html) GRANT SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'user' IDENTIFIED BY 'password'; |

0 commit comments

Comments
 (0)