-
I am getting the following issue while adding a new MySql Connector in Kafka Confluent:
Following are logs details:
The last packet sent successfully to the server was 0 milliseconds ago. The driv…
-
Using timestamp mode with an Informix database doesn't work
source configuration:
```json
name: my_connector
config:
'connector.class': io.confluent.connect.jdbc.JdbcSourceConnector
…
-
I'm using Confluent Platform version 5.4.0 and i'm facing the same problem than https://github.com/confluentinc/kafka-connect-jdbc/issues/455
With the option "quote.sql.identifiers":"always", it wo…
-
### Describe the bug
Hey team, we are using ClickHouse, [JDBC](https://www.confluent.io/hub/confluentinc/kafka-connect-jdbc) and [BigQuery](https://www.confluent.io/hub/wepay/kafka-connect-bigquery) …
-
```
if (messageBroker == 'kafka') {
implementation "io.eventuate.tram.core:eventuate-tram-spring-jdbc-$messageBroker"
} else {
implementation "io.eventuate.tram.core:eventu…
-
I am getting following exception
```
ERROR Plugin class loader for connector: 'io.confluent.connect.jdbc.JdbcSinkConnector' was not found. Returning: org.apache.kafka.connect.runtime.isolation…
-
Docs for the query config item (https://docs.confluent.io/current/connect/connect-jdbc/docs/source_config_options.html) currently don't mention this but the column defined by incrementing.column.name …
-
## 环境
ubuntu 22.04
mysql
canal 1.1.4
canal-adapter 1.1.4/1.1.5(均试过,均会出现内存上涨)
elasticsearch 7.8
以上环境均使用docker安装
```shell
docker pull elasticsearch:7.8.0
docker pull kibana:7.8.0
docker pul…
-
Given a table:
```
mysql> describe demo.customers;
+------------+-------------+------+-----+-------------------+-----------------------------------------------+
| Field | Type | Nul…
rmoff updated
4 years ago
-
I am trying to move data from mapr-fs to kafka. I have Hive over maprfs and I can connect to it outside of kafka-connect with hive-jdbc jars. But with the same jars copied into kafka-connect jdbc fold…