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

Kafka Connect connector for JDBC-compatible databases

Results 224 kafka-connect-jdbc issues
Sort by recently updated
recently updated
newest added

[docker-compose.yml for env setup is here](https://github.com/confluentinc/demo-scene/blob/connect-jdbc/connect-jdbc/docker-compose.yml) Normal `query`, no predicate: ``` curl -X POST http://localhost:8083/connectors -H "Content-Type: application/json" -d '{ "name": "jdbc_source_postgres_01", "config": { "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector", "connection.url": "jdbc:postgresql://postgres:5432/postgres", "connection.user": "connect_user",...

to support clickhouse! thanks!

Hello, We are facing OOM with JDBC source connector with large table (80 millions of rows) We have found some existing issues - https://github.com/confluentinc/kafka-connect-jdbc/issues/34 - https://github.com/confluentinc/kafka-connect-jdbc/pull/775 Database : RDS Aurora...

Hi, I'm encountering an issue where for a specific query when deployed with a JDBC kafka connector in timestamp mode, it never sends any messages. That exact same connector, with...

I am trying to push data to my clickhouse server from mysql using kafka connect connector. Both MySQL and Clickhouse are in "America/Los_Angeles" timezone. End user is inserting data to...

This fix solves the CLOB problem, but the blob still reports the same error。 ![image](https://user-images.githubusercontent.com/13796957/96397611-68a4e580-11fc-11eb-91af-77674b329074.png) 2020-10-19 10:06:09,099] INFO Setting metadata for table "ZPF_TEST_101301_DY" to Table{name='"ZPF_TEST_101301_DY"', type=TABLE columns=[Column{'id', isPrimaryKey=true, allowsNull=false, sqlType=NUMBER},...

## Problem connect crashes with ```invalid time zone identiferi``` exception thrown when ```db.timezone``` parameter is specified in sink properties ## Solution List of available timezones and given timezone comparision uses...

Hello everyone, I am using the **JDBC sink-connector** together with **Debezium**. At the moment I am facing the following issue. Our data contains **Postgis data types**, which are supported by...

enhancement
workaround
triaged
sink-connector

I am trying JdbcSinkConnector to dump the data from kafka topic to clickhouse. following are the things done : 1. Downloaded clickhouse-jdbc-0.2.4-shaded.jar and put in the classpath of connnector. https://repo1.maven.org/maven2/ru/yandex/clickhouse/clickhouse-jdbc/0.2.4/clickhouse-jdbc-0.2.4-shaded.jar...

I am running a Kafka connector for MirrorMakerCheckpoint connector on confluent 7.0.0. However the checkpoint connector WorkerTask fails. I have tried to set `offset.flush.timeout.ms = 100000` as mentioned in :...