-
Hi,
I have installed kafka-connect-jdbc connector from confluent hub, version 10.2.0.
I have also installed the latest teradata jdbc 4 driver. and put it in the path `/usr/share/confluent-hub-comp…
-
This is a new issue and not exactly the same as #677
I'm facing this error whenever stoping my JDBC connectors. Got in touch with Kafka connect users and they explained is most likely caused by: h…
-
After the upgrade of Kafka connector that is ingesting data into Snowfalke DB hosted in GCP it started to fail with an Exception. The stacktrace is attached to this case.
```
Nov 05 08:36:16 kafk…
-
### Description
There have been discussion about running dev services over kubedock, to support dockerless environments.
We should first check which dev services work with `kubedock` and which are…
-
### Describe the bug
Hello
Kafka Connect with ClickHouse JDBC driver is used for integration between Kafka and ClickHouse.
We have a problem with duplicated records in ClickHouse and decided to…
-
It would be useful if the JDBC sink connector had better support for when messages are read that cannot be written to the target database. This includes errors such as missing mandatory fields, wrong …
rmoff updated
4 weeks ago
-
Hello,
**Context:**
We are trying to build following architecture with Kafka Connect and Kafka Streams
MYSQL -> KAFKA-CONNECT-JDBC (SOURCE connector) -> KAFKA -> KAFKA-STREAMS (doing some norma…
-
connect.log日志如下:
```
java.sql.SQLException: ERROR (0x2319): user is required
at com.taosdata.jdbc.TSDBError.createSQLException(TSDBError.java:87)
at com.taosdata.jdbc.TSDBError.createSQLExceptio…
XieRW updated
5 months ago
-
kafka source debezium - postgress to sink -postgress databas fails with error
Refer
https://github.com/debezium/debezium-examples/tree/master/tutorial#using-postgres
created 2 connector sourc…
-
Scenario: Kafka-connect with JDBC Source connector talking to SQLServer is up and running and polling a database table. The SQLServer is taken down. The Kafka-connect log file shows:
[2019-12-12…