Skip to main content

Questions tagged [debezium]

Debezium is an open source distributed platform to stream database changes. Use this tag for questions related to using, configuring or troubleshooting Debezium.

0 votes
0 answers
7 views

Failed to find any class that implements Connector and which name matches io.debezium.connector.postgresql.PostgresConnector

getting below error while trying to connect debezium with kafka .\bin\windows\connect-standalone.bat config/connect-standalone.properties config/postgres.properties INFO Kafka Connect started (org....
Vijay Sai Prasad Pujari's user avatar
0 votes
0 answers
11 views

Can debezium/Kafka connect ignore or resize too large messages?

We're using debezium via AWS MSK serverless and MSK Connect to monitor the binlog of RDS Aurora MySQL. For 99% of our data this all works fine, but very occasionally debezium fails with: [Worker-...
Austen's user avatar
  • 161
0 votes
0 answers
10 views

Debezium Cassandra Connector not working in Docker container

I am trying to use the Debezium Cassandra connector in a Docker container using the debezium/connect image. However, the Cassandra connector is not showing up in the list of available connectors. I ...
Syed Mohsin Karim's user avatar
0 votes
0 answers
36 views

Debezium for Postgresql (Read-only)

I am currently researching methods to set up Debezium for PostgreSQL read replicas. My goal is to reduce the load on the primary database, which is crucial for my project. Unfortunately, I've noticed ...
Trourest's user avatar
0 votes
0 answers
20 views

How can I use Debezium Server to monitor a PosgresSQL db and save the changes to a json file?

I have a docker compose with a postgres, debezium server, and wanted to find a way to locally store the changes in a json file. Have been searching, but didn't find any promising directions. I ...
Thiago's user avatar
  • 13
0 votes
0 answers
33 views

Mariadb docker container connection using debezium Failed

So I'm trying to create a mariadb docker container connection using debezium At first the connection was running well but I tried checking the status again after two minutes and I got an error. This ...
NV0C's user avatar
  • 11
0 votes
0 answers
16 views

Debezium stops after inserted or update data into the table when using decoderbufs

The initial synchronization worked as expected, but when I insert or update data into the table, the connection with postgres closes.The connector is still marked as active and running.This issue only ...
lingfeng qian's user avatar
0 votes
0 answers
7 views

Debezium captures table but does not stream change after it starts having data

I have a debezium connector that captures a table A with 0 items, but once that table starts having some items, the connector does not create topic, stream changes etc. I am having snapshot.mode=...
Ayoub Oukhouya's user avatar
0 votes
0 answers
13 views

Debezium with custom Driver for mysql 5.1

I'm new to debezium CDC and I tested using debezium-server to stream data from mysql 5.5 to pubsub sink. I know the version of mysql is very old and not officially supported based on debezium ...
npt's user avatar
  • 11
0 votes
1 answer
18 views

Debezium server job performance issue

I am running debezium server (without Kafka) on linux server and it is having performance issue. There is lag of around 12-14hrs from reading data from Oracle to source to sending it to Azure Eventhub....
Pradyumn Joshi's user avatar
0 votes
0 answers
12 views

Kafka Connector use the same topic between debezium source and sink postgres

I have two kafka connector : debezium source and sink postgres. I would like to add a record on bdd kc-source, the record would be on db kc-sink, it is use the same topic. kafka connector sink ...
locklockls's user avatar
0 votes
1 answer
62 views

How Debezium SQL Server works under the hood [closed]

I've been looking on how the connector of Debezium for SQL Server works under the hood, but I'm not sure I've understood it correctly. In the docs, in the section about the snapshots (see https://...
lsabi's user avatar
  • 4,221
0 votes
1 answer
37 views

debezium standalone server with http sink

we are running Debezium standalone server to capture the changes from postgresql database, and when a change is capture, we want it to send to a http endpoint. It works perfectly fine, however I can't ...
user2501711's user avatar
0 votes
0 answers
26 views

Distributed tracing in outbox

I have implemented outbox and working correctly. I am building connector image with the following Dockerfile ARG DEBEZIUM_VERSION=2.1 FROM quay.io/debezium/connect:${DEBEZIUM_VERSION} ENV ...
Samraj Subramaniam's user avatar
0 votes
0 answers
28 views

OpenTelemetry tracing with Debezium and Kafka Connect

I'm working on a Node.js application and need to implement tracing to monitor interactions with another service that consumes messages from Kafka, following the outbox pattern. Is it possible to ...
RobertoBoberto's user avatar

15 30 50 per page
1
2 3 4 5
76