-
I'm using confluent kafka jdbc connector, but I don't find the /etc/kafka/connect-log4j.properties file, which is described on https://docs.confluent.io/platform/current/connect/logging.html. I want t…
-
Hi,
I've setup Kafka locally and I'm trying to use the JDBC Sink Connector to write data into Snowflake but I keep getting the error below suggesting that the table can't be found in the database (…
-
```
ksql> DESCRIBE CONNECTOR SOURCE_JDBC_MYSQL_01;
Name : SOURCE_JDBC_MYSQL_01
Class : io.confluent.connect.jdbc.JdbcSourceConnector
Type : source
…
rmoff updated
2 years ago
-
JDK 11.0.6
Kafka 2.12-2.40
confluentinc-kafka-connect-jdbc-5.4.1
My sink config currently looks like:
name=quotes-sink-connector
connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
…
-
I came across using the "timestamp" mode for a Oracle table's TIMESTAMP field with TIME ZONE in its DDL.
Below is the case scenario :+1:
CREATE TABLE accounts(id INTEGER PRIMARY KEY NOT NULL, n…
-
Hi,
Large results sets consumed from query causes problems for tasks ( [1](https://github.com/confluentinc/kafka-connect-jdbc/issues/181) , [2](https://github.com/confluentinc/kafka-connect-jdbc/…
-
Current docs state that Akka Projections can store the offsets from Kafka in a [relational DB with JDBC](https://doc.akka.io/docs/akka-projection/current/jdbc.html) or in [relational DB with Slick](ht…
-
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 D…
-
请问下: 看文档介绍从1.2开始支持flinksql的连接器了,但是无法引入该jar
```
org.apache.iotdb
flink-sql-iotdb-connector
${iotdb.version}
```
maven仓库没有该jar?这个jar如何引入。
另外,flink-sql-iotdb-connector 的sql形式案例…
-
Description
===========
I configured JDBC source connector to pull data from SQL Server table into Kafka topic. Data from SQL server is pulled successfully into kafka topic and also it automatically…