debezium Questions

2

Solved

I successfully installed Postgres Debezium CDC. Now, I'm able to catch all changes happening to the database. But the problem is "before" field always stays empty. So, if I insert a record (id = 1,...
Bacitracin asked 18/1, 2020 at 10:13

1

I am trying to use debezium incremental snapshots in the latest debezium (1.7) and postgres (V13). For testing, I populated a table with 1M rows, each row is 4KB with a UUID primary key and 20 varc...
Northwestward asked 28/10, 2021 at 19:2

4

Solved

This question is related to: Debezium How do I correctly register the SqlServer connector with Kafka Connect - connection refused In Windows 10, I have Debezium running on an instance of Microsoft...
Douceur asked 8/4, 2020 at 16:16

3

I'm facing the following situation: I have to do a logical replication of my Cloud SQL PostgreSQL instance to an external PostgreSQL database and vice-versa. More specifically, the CloudSQL and th...
Delighted asked 21/6, 2018 at 14:28

2

I had a working s3 sink connector until the source connector sent a NULL value; s3 connector crashed. The problem occured when I deleted a record from MS SQL db. The source connector shipped the de...

2

We have a "microservices" platform and we are using debezium for change data capture from databases on these platforms which is working nicely. Now, we'd like to make it easy for us to jo...
Vaas asked 23/9, 2020 at 14:10

4

When we talk about sourcing events, we have a simple dual write architecture where we can write to database and then write the events to a queue like Kafka. Other downstream systems can read those ...

3

Solved

What are the differences between JDBC Connector and Debezium SQL Server CDC Connector (or any other relational database connector) and when should I choose one over another, searching for a solutio...
Vancouver asked 29/3, 2020 at 0:48

3

I am trying to interpret a Avro record stored by Debezium in Kafka, using Python { "name": "id", "type": { "type": "bytes", "scale": 0, "precision": 64, "connect.version": 1, "connect.para...
Loleta asked 23/10, 2017 at 8:1

3

Solved

I'm using the Debezium (0.7.5) MySQL connector and I'm trying to understand what is the best approach if I want to update this configuration with the option table.whitelist. Let's say I create a c...
Holle asked 28/11, 2018 at 1:26

1

Solved

As the title says, I have 2 seperate servers and I want both connectors to read from same source to write to their respective topic. A single connector works well. When I create another one in a di...
Juvenescent asked 28/12, 2021 at 7:36

1

Solved

I'm trying to run a local kafka-connect cluster using docker-compose. I need to connect on a remote database and i'm also using a remote kafka and schema-registry. I have enabled access to these re...
Oleoresin asked 1/7, 2021 at 21:34

1

I am working with debezium and a Postgres database. The database contains several tables with TOAST (The Oversized-Attribute Storage Technique) columns. To handle unchanged Postgres TOAST column va...
Humming asked 14/6, 2021 at 21:42

1

Solved

I have been trying to get data from postgres sql to kafka topics using the following command /bin connect-standalone.properties config/connect-standalone.properties postgres.sproperties, but am fac...

2

Question: How do I setup watcher to watch a Kafka-Connect stream in real-time as changes are made to the database? I am getting Error while fetching metadata with correlation id 2 : {dbhistory.Tes...
Azurite asked 8/4, 2020 at 17:17

1

I configured debezium with postgres as the below code, when i started my spring boot application a get an error Creation of replication slot failed @Bean public io.debezium.config.Configuration con...
Diaphoretic asked 2/4, 2021 at 12:12

1

Solved

I'm new to kafka, I'm trying to use the debezium postgres connector. but even using postgres version 11 with the standard plugin I get this error: org.apache.kafka.connect.errors.ConnectException:...
Bussy asked 30/1, 2020 at 2:14

1

Solved

I have error with my kafka producer. I use Debezium Kafka connectors V1.1.0 Final and Kafka 2.4.1 . For tables with pk, all tables are flushed clearly, but unfortunately for tables with no pk on it...

2

Solved

Question: How do I correctly register the SqlServer connector with Kafka Connect to connect to a standalone SQL Server Instance? Note: I am NOT running SQL Server in Docker. Error: Error: Caus...

1

Solved

I had my Kafka Connectors paused and upon restarting them got these errors in my logs [2020-02-19 19:36:00,219] ERROR WorkerSourceTask{id=wem-postgres-source-0} Failed to commit offsets (org.apach...
Goto asked 20/2, 2020 at 9:43

1

Solved

I have a running debezium cluster in AWS, no issues with that. I want to give a try with AWS MSK. So I launched a cluster. Then I launched an EC2 for running my connectors. Then installed confluen...
Entreaty asked 20/12, 2019 at 11:52

1

Can we setup CDC Tracking on a view or materialized view? We are using confluent platform, source is SQL Server & CDC tool is debezium.
Hautegaronne asked 9/1, 2020 at 14:5

1

1) We have 3 node kafka & kafka connect cluster 2) We are running kafka-connect on kafka nodes only in distributed mode 3) When i am trying to create a connector using below configuration : ...
Bertero asked 23/1, 2019 at 10:52

3

Solved

Using Debezium 0.7 to read from MySQL but getting flush timeout and OutOfMemoryError errors in the initial snapshot phase. Looking at the logs below it seems like the connector is trying to write t...

1

Solved

I am trying to build the debezium-swarm-demo app in the debezium-examples github repository The build does not finish and gives me Execution default of goal org.wildfly.swarm:wildfly-swarm-plugin:...
Multilingual asked 12/3, 2019 at 8:58

© 2022 - 2025 — McMap. All rights reserved.