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

ClickHouse Kafka Connector

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

Bumps com.diffplug.spotless from 6.25.0 to 7.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless&package-manager=gradle&previous-version=6.25.0&new-version=7.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.5. Release notes Sourced from org.testcontainers:testcontainers's releases. 1.20.5 What's Changed Add ServiceBusEmulatorContainer to Azure module (#9795) @​nagyesta Add EventHubsEmulatorContainer to Azure module (#9665) @​nagyesta Add...

dependencies

Bumps com.github.gmazzo.buildconfig from 5.5.0 to 5.5.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.gmazzo.buildconfig&package-manager=gradle&previous-version=5.5.0&new-version=5.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Describe the solution you'd like** examples in the docs for ingesting - a filed into a JSON column - a message into a JSON column

enhancement

https://github.com/ClickHouse/clickhouse-kafka-connect/blob/fef6bb714d2cca61bead75f16dd9c09ea215b9c5/src/main/java/com/clickhouse/kafka/connect/sink/db/ClickHouseWriter.java#L611 **Example debezium record here trigger_id_uuid is empty, but not null** : ``` {"trigger_id_uuid":"", "more_":"...", "id":"123", __deleted":{"string":"true"}, "__ts_ms":{"long":111111111}, "__op":{"string":"d"}} ``` **Error trace:** ``` WorkerSinkTask{id=clickhouse_sink-0} Task threw an uncaught and unrecoverable...

bug

KeeperMap doesn't obey "database" - we should add it to the key to help limit conflict.

bug

**Is your feature request related to a problem? Please describe.** We have successfully set up the connector in AWS using MSK Connect, and this is working well. However, we are...

enhancement

## Summary Memory reduction. ## Checklist Delete items not relevant to your PR: - [ ] Unit and integration tests covering the common scenarios were added - [ ] A...

We have made a major refactor in the Java Client. One of the outcomes is to move from `BinaryStreamUtils` to a new `SerializerUtils` for writing to the stream. A task...

dependencies

- Allow for limited retries for exceptions (limited by exception code and/or all retriable exceptions) - Allow customizing the retriable exceptions list

enhancement