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

Hi! During the deployment in k8s Confluent Kafka Connect with this plugin I encountered problem with absolutely unclear logging. **Stack:** - My Kafka Cluster is configured with `SASL` security protocol...

enhancement

Once we release it, we should make use of the new insert api we're creating for the java client.

enhancement

This should resolve https://github.com/ClickHouse/clickhouse-kafka-connect/issues/375

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...

dependencies

Bumps org.slf4j:slf4j-reload4j from 2.0.11 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-reload4j&package-manager=gradle&previous-version=2.0.11&new-version=2.0.13)](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

When running multiple clickhouse nodes behind load balancer. Create connect state table is not created on all nodes or doesn't use `ON CLUSTER` configuration. So on some node it may...

bug

### Describe the bug We have added cloud tests, but we have disabled three tests that currently do not function. - [x] `ClickHouseSinkTaskWithSchemaTest.schemaWithDefaultsTest ` - Issue related to insert with...

bug

## Summary Related issue: https://github.com/ClickHouse/clickhouse-kafka-connect/issues/286 I have implemented the support for Tuple & Variant data types by adding `describe_include_subcolumns = 1` setting to the `DESCRIBE TABLE` query. As a result,...

**Is your feature request related to a problem? Please describe.** We encountered an issue while sinking high volume topics (a few thousand records per second) that at first seemed to...

enhancement

We should do a comparison between all Kafka types and all ClickHouse types, and make sure we have full coverage for all of them - both nested and flat as...

enhancement