Kanthi
Kanthi
…separated out integration tests
Release 2.1.0
Revert back update to clickhouse-jdbc version
Debezium connectors supports multiple databases use this configuration variable `"database.include.list"`, where a list of databases can be provided. But currently Sink connector only supports writing the results to a single...
To the ReplicatedReplacingMergeTree syntax, add `on Cluster` and there seems to be an error where the table name is not added to the ZK path when there are multiple PK...
first change : pad the timestamp with nano-seconds. this needs to be done to be able to switch between binlog and GTID in both ways second change : add a...
- UTC on both servers is the best variant if not, what to do - session timezone settings (in connector config) against setting timezone for the whole clickhouse server -...
If the `sink_connector_client show_replica_status` is called right after startup, the API should respond with a message that the replication hasnt started. ``` debezium-embedded_1 | 136001 2023-12-04 21:23:07.473 [JettyServerThreadPool-44] WARN io.javalin.Javalin...
`[main] INFO com.altinity.clickhouse.sink.connector.common.Metrics - METRICS server started, Port: 8083` The sink-connector library has calls to the slf4j bridge, which dont seem to follow the formatting specified in the log4j2 configuration...
… is received closes: #524