clickhouse-sink-connector
clickhouse-sink-connector copied to clipboard
Document the snapshot.mode.schema_only variables
if you use clickhouse-loader.py to initialize the clickhouse database at a given binary log / GTID position, then you should start the sink-connector with those variables :
snapshot.mode: "schema_only"
enable.snapshot.ddl: "false"
auto.create.tables: "false"