clickhouse-kafka-connect icon indicating copy to clipboard operation
clickhouse-kafka-connect copied to clipboard

ClickHouse Kafka Connector

Results 36 clickhouse-kafka-connect issues
Sort by recently updated
recently updated
newest added

@cwurm requested support for tombstone messages to delete records from the storage. The use case is essential for customers sharing the same message pipeline among several DB and expecting records...

cdc

**Description** In my organization we use clickhouse as analitical database that gets it's data from multiple sources via Kafka. Domain models change from time to time as business changes and...

enhancement

We should enhance the tests we have to include a DLQ on failure.

enhancement

### Describe the bug We see every 5-10 minutes, `DESCRIBE` queries timeout in Kafka Connect while they have 1ms execution_duration in `system.query_log`. We run our connector task with `tableRefreshInterval=15`. Based...

bug

It might be a good idea (if it's possible) to only store problematic records into the DLQ (so that mixed batches can mostly succeed).

enhancement

**Is your feature request related to a problem? Please describe.** When the connector fails on Confluent Cloud, UI shows only an error message without the full stack trace ![2023-06-07_12-25-47](https://github.com/ClickHouse/clickhouse-kafka-connect/assets/3198181/5340c4f7-620e-4eba-87e6-ebb3d61747e0) A...

enhancement

We have developed a retry mechanism for our Kafka connect. It uses the built-in mechanism of the Kafka Connect framework Tests in the implementation are missing.

enhancement
test

Implement load testing to understand the performance limitations of the solution and how different settings affect it. - Define the types of workloads to simulate, and the performance metrics to...

enhancement

#422 Since the two lists in Streams.zip were not sorted wrt to column names, a mismatch occurred between names & values causing ClassCastException in `doWritePrimitive`