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

## Problem The current implementation of the `kafka-connect-jdbc` does not support the `Firebird`. It does not allow to use some features, i.e. `upsert`. In addition, the base dialect does not...

fixes https://github.com/confluentinc/kafka-connect-jdbc/issues/1207

When copying over data from MySQL to Postgres I hit the exception: ``` Where: unnamed portal parameter $19 Call getNextException to see other errors in the batch. org.postgresql.util.PSQLException: ERROR: invalid...

Hi, Is it possible to implement JDBC source and sink to execute an Stored Procedure to get and write data on database? Thank you

I've got a data structure with an array as the value of one of its fields. Something like: ```json { "name": "Bob", "stuff": [ {"id": 1, "color":"red"}, {"id": 2, "color":"blue"}...

Hi, i'm currently using JDBC Connector 10.5.0 (downloaded from Confluent Hub) and i'm getting the following error: ``` java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist connect | connect |...

I have several tables which have foreign key constraints. How can I store tables in appropriate sequence so table that has foregn key won't go first ?

Hi, Team, I try to setup a single JDBC Sink connector task with multiple target tables without success, and I find that this goal currently might not be possible according...

https://github.com/confluentinc/kafka-connect-jdbc/blob/v10.5.0/pom.xml#L60

… (#1205) ## Problem While CacheConenctionProvider is trying to get a connection, it is impossible to stop. ## Solution Add a flag to not go on with connection attempt when...