-
![image](https://user-images.githubusercontent.com/3013839/45039019-e3cdd080-b062-11e8-9f6e-5b71803998a8.png)
I'm trying to set-up source connector for the Adventureworks database in postgres, the …
-
### Version
main branch
### Describe what's wrong
```
./gradlew test -PskipTests -PtestMode=embedded -PjdkVersion=11 -PjdbcBackend=mysql -PskipDockerTests=false -x :web:web:test -x :web:integratio…
-
Hi, my jdbc sink connector write data into mysql by upsert mode, when the table becomes large the inserts become very slow and will make the sink task fail with timeout exception.
Is there any sol…
-
This is a reference to the [question](https://stackoverflow.com/questions/56898018/confluent-jdbc-source-connect-v5-2-2-gives-org-apache-kafka-connect-errors-data) asked on stackoverflow. I am using s…
-
The reason why we can't use debezium jdbc sink is because hibernate doesn't work with StarRocks. If we fix hibernate, then we don't need our own sink (unless you want to use stream load).
```
20…
-
After increasing the "tasks.max": "1" to "tasks.max":"3" in the io.confluent.connect.jdbc.JdbcSinkConnector
we are seeing "Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackExcepti…
-
I'm running a JDBC source connector and try to monitor its status somehow via the exposed JMX metrics and a prometheus exporter. However the status of the connector and all its tasks are still in the …
m-kay updated
2 years ago
-
Hi,
Based on **table.poll.interval.ms** parameter definition the following query constantly running from each Kafka JDBC connector.
We configured our jdbc kafka connector jobs with query mode so w…
-
Tables present - note `sink-foobar2`:
```
mysql> show tables;
+---------------------+
| Tables_in_demo |
+---------------------+
| foobar |
| foobar2 |
| sink-…
rmoff updated
5 years ago
-
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-1…