Skip to main content
-2 votes
0 answers
58 views

I tried to connect to curl -X POST -H "Accept:application/json" --data @debezium-mysql.json http://localhost:8083/connectors debezium-mysql.json { "name": "mysql-...
Sean C's user avatar
  • 169
0 votes
0 answers
38 views

I tried to install debezium connector from docker compose yml. https://github.com/binodsuman/change_data_capture/tree/main and test the mysql connector if its works. curl -S http://localhost:8083/...
Sean C's user avatar
  • 169
0 votes
1 answer
38 views

When I tried to create a topics on Redpanda (or Apache Kafka). The task is FAILED due to this specific error: { "name": "MY-table", "connector": { "...
Fayaz Rashid's user avatar
Best practices
1 vote
2 replies
81 views

I’m implementing the Transaction Outbox pattern using Debezium CDC in a Spring Boot microservice and I’m struggling with duplicate event semantics in failure and reprocessing scenarios. Tech stack: ...
Aaditya Bachchu Chatterjee's user avatar
Best practices
0 votes
0 replies
30 views

I am looking for advice on how to handle Avro schema namespaces when ingesting data from multiple identical SQL Server databases (sharding scenario) using the Confluent FullyManaged SQL Server ...
Biagio Licari's user avatar
0 votes
0 answers
126 views

I am trying to register a Debezium MySQL connector using Kafka Connect REST API, but the request fails with a timeout error even before the connector configuration is validated. Command used curl -X ...
Arvind Kumar's user avatar
1 vote
1 answer
194 views

Debezium’s PostgreSQL snapshot docs note : always The connector performs a snapshot every time that it starts. The snapshot includes the structure and data of the captured tables. Specify this value ...
Kevin Meredith's user avatar
0 votes
1 answer
108 views

I'm sourcing Oracle data into Kafka topics using Debezium Oracle connector. I have a source Oracle table, as below: CREATE TABLE MYDATA.MY_USER ( USER_ID RAW(16) DEFAULT SYS_GUID() NOT ...
DataDoer's user avatar
  • 219
0 votes
1 answer
239 views

I am working with Java/Spring/Kafka on a new system that will consume events from both compacted topics and standard non compacted CDC topics. The events on these topics are published by a Debezium ...
johnny_mac's user avatar
  • 1,991
0 votes
1 answer
90 views

Problem I'm using Google Cloud PubSub with synchronous pull and ordering enabled to consume messages from a Debezium Server setup, but I'm only receiving one message at a time instead of getting ...
pramod's user avatar
  • 193
0 votes
1 answer
255 views

I am trying to get debezium up and running on EKS. However i keep running into errors. Below is the dockerfile which i have created to build the image and push it to ECR FROM quay.io/strimzi/kafka:...
user31355264's user avatar
0 votes
1 answer
167 views

First, I know it is not suggested to run multiple connectors to the same DB but we have to do that in current ciscumstances, at least for a while. Soo in current scenario, we have two separate Azure ...
Filip Drzewiecki's user avatar
0 votes
0 answers
49 views

I have a debezium 3.0 in my python project. Postgres-debezium connector has the following structure: { "name": "dbz_name", "config": { "connector.class&...
Марина Лисниченко's user avatar
0 votes
0 answers
41 views

The S3 connector creates approximately 1 million tiny files per hour instead of the expected larger files. Each file contains only a few records (~3KB) RootCause : Two Debezium CDC connectors (owned ...
Priyanshu sharma M's user avatar
0 votes
0 answers
72 views

I have 3 pods running in a Kubernetes environment. The three pods are as follows: (1) Web application pod (2) Oracle database (3) Debezium The web application is connected to an Oracle database, ...
Chamath Jeevan's user avatar

15 30 50 per page
1
2 3 4 5
76