Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
198 views

we are trying to replicate Db2 changes from z/OS to Confluent Kafka. Everything works out fine for the production of simple JSON records in Kafka. As our policies for Kafka Topics and Schemas are ...
MKAI's user avatar
  • 76
0 votes
2 answers
101 views

I have a pipeline that drops and re-creates several Snowflake tables every day (effectively a full refresh using CREATE OR REPLACE TABLE). I want to capture daily deltas (inserts/updates/deletes) for ...
NickS's user avatar
  • 1
0 votes
0 answers
43 views

I am a newbie in EMQX architecture. Recently, for test purposes, I deployed an EMQX enterprise 6 single node, with Kafka producer connector integration (Action Sink). The compatition matrix of the ...
4Register Tony's user avatar
0 votes
1 answer
58 views

I'm using Flink CDC + Apache Hudi in Flink to sync data from MySQl to AWS S3. My Flink job looks like: parallelism = 1 env = StreamExecutionEnvironment.get_execution_environment(config) ...
Rinze's user avatar
  • 834
0 votes
1 answer
136 views

I am trying to build an ADF pipeline that incrementally updates a table using Change Data Capture (CDC). And I'm running into an issue when I try to use a CDC built in table function in an ADF Lookup ...
Phil A's user avatar
  • 1
0 votes
0 answers
37 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
2 votes
1 answer
136 views

I am using Flink with Debezium to consume CDC changes from Oracle DB tables via LogMiner. For some tables, everything works fine. For example, the following table works without issues: CREATE TABLE ...
Parth Vyas's user avatar
0 votes
0 answers
48 views

I have a weird request. I have 2 sets of keys, one being pk and unique indices. I am trying to do 2 rounds of deduplication. 1 using pk to remove cdc duplicates and other to merge. DLT is not allowing ...
nYuker_98 D's user avatar
0 votes
2 answers
87 views

I'm using CDC services like (Debezium) on my Mongo or Postgres but somehow I came up with situation that I need have to CDC on Redis . for example get streams of event occur in Redis like adding new ...
soroush safari's user avatar
3 votes
1 answer
422 views

I want to sync a Postgres table (2 million records) to Redis. Requirements: Full table should sync initially After that, realtime insert/update/delete should sync to Redis automatically (no polling) ...
shubham jha's user avatar
0 votes
0 answers
53 views

I want to replicate a collection and sync in real time. The CDC events are streamed to Kafka and I’ll be listening to it and based on operationType (insert/delete/update) I’ll have to process the ...
PanicLion's user avatar
  • 197
0 votes
0 answers
58 views

I am using AWS MSK cluster and I have created a MySQL debezium connector that runs on EC2 instance and reads from a specific table, and it is working fine, but it could be the use case where the user ...
RushHour's user avatar
  • 645
2 votes
0 answers
25 views

I'm developing a new project by using stm32 MCU and USB is one of most important features in my project. But unfortunately I always see manufacturer as "Microsoft" and comport name as "...
durukan oktay's user avatar
0 votes
0 answers
43 views

I encountered an issue while using CDC in Cassandra and need your help to resolve it. I have set up a Change Data Capture (CDC) system to track changes in a specific table. CDC is enabled, and I can ...
4array's user avatar
  • 1
0 votes
0 answers
100 views

Having an issue with the CDC process. I'm trying to add a column to a CDC table and the first step is to disable the current CDC table. I can't get past this step even though I'm logged in as 'sa'. ...
TripleCute's user avatar
0 votes
0 answers
52 views

I need to work on my Code that basiccally does TLS with my ESP32 running in C Language. All I want to do is to USE USBCDC ECM Library. But for ESP IDF 5.4V they have not support USB CDC ECM. Can you ...
Engr. Muhammad Abdullah's user avatar
2 votes
1 answer
673 views

I am trying to read incremental data between two snapshots I have last processed snapshot (my day0 load) and below is my code snippet to read incremental data incremental_df = spark.read.format("...
Abhi5421's user avatar
0 votes
1 answer
98 views

I'm running a Flink CDC job (version 3.0.0) that synchronizes data from MySQL 8.0.35 to Apache Doris, but it keeps failing with the error Could not allocate the required slot within timeout. Has no ...
user23927448's user avatar
0 votes
1 answer
50 views

I have a Firebird table Orders with bunch of columns. I have after update triggers that log table information in events_history table in the following manner: SET TERM ^ ; CREATE OR ALTER TRIGGER ...
zloodeyka's user avatar
0 votes
0 answers
89 views

I'm running a Flink cluster in Docker in my local env, and I've copied these jar files to the /opt/flink/lib/ of the image: flink-cdc-dist-3.3.0.jar flink-cdc-pipeline-connector-mysql-3.3.0.jar flink-...
Rinze's user avatar
  • 3
0 votes
0 answers
42 views

In this picture, Ds goes metastable during the second rising edge of CLK-B because Din changed values during its aperture time at the first rising edge of CLK-B. However, Ds can go metastable during ...
Anderson Hsieh's user avatar
0 votes
2 answers
339 views

Suppose a CDC data loading tool (Fivetran, Airbyte, Debezium, etc) gets into a failure state and is not successfully running its incremental syncs of a Postgres data source. Also suppose that ...
just-some-questions's user avatar
0 votes
1 answer
48 views

In Kafka, it's generally recommended to map one table to one topic. However, what if the order of events across multiple tables is important for a specific key, such as CompanyId? For example, ...
gravitypulling's user avatar
1 vote
1 answer
771 views

I set up Postgres->kafka CDC using Debezium connector. Debezium CDC is able publish all changes to Kafka topic public.some_topic for regular postgres tables. But it is not publishing changes to ...
Saravanan's user avatar
0 votes
0 answers
56 views

I am trying to implement Change Data Capture (CDC) using Maxwell's Daemon with AWS Managed Streaming for Apache Kafka (MSK). My goal is to capture changes from a RDS MySQL database and stream them to ...
Muhammad Hammad Khaliq's user avatar
0 votes
1 answer
159 views

My team migrated to Airbyte at the start of 2024 and mid-year, we started using the CDC capability of SQL Server. However, one of the jobs has started failing again on a java heap space error. The CDC ...
NBaliga's user avatar
  • 63
0 votes
1 answer
122 views

I had created a CDC resource in ADF to test out, how it works. After few tests, It became non-functional with a red cross mark against it. I cannot edit or view the activity anymore. If I try to ...
Ankit Khirwadkar's user avatar
0 votes
0 answers
108 views

CDC -- Pipeline1 work is to load data (have list of tables) based on timestamp columns (creation_date, updation_date) from replica db (RDS) to S3 (landing_zone) If I created rds connection on glue, ...
Abhi5421's user avatar
1 vote
2 answers
236 views

I cannot find information about how to achieve what's in the title of this question. Let's say I have different SQL databases from different departments in the org and I want to migrate all of them to ...
Jorge Cespedes's user avatar
1 vote
0 answers
105 views

I have following table in the souce database: CREATE TABLE `client_test` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(500) NOT NULL DEFAULT '', `age` int(11) NOT NULL, ...
Ken CHUAN YU's user avatar
1 vote
0 answers
210 views

I am working with Kafka, and we are using Debezium to capture CDC (Change Data Capture) data from an Oracle source database. Below are my Debezium configuration parameters: { "name": &...
Muhammad Affan's user avatar
1 vote
0 answers
96 views

We were trying to connect to ES through debezium ElasticsearchSinkConnector but getting 401 Unauthorized We were able to connect to ES instance with IAM role with no master cred and authentication. ...
Manish Kumar's user avatar
0 votes
1 answer
209 views

My setup I try to use USB FS Host on GD32F405 (=STM32) microcontroller. I use CMSIS and operate directly on registers. I have Android device, that is working as VCP (Virtual COM port) by default and ...
nv317's user avatar
  • 202
-1 votes
1 answer
155 views

I'm encountering an issue with Debezium version 2.3.1 while processing a snapshot from a PostgreSQL database. The error occurs during the snapshot phase and seems to be related to parsing a date/time ...
Henrique Viana's user avatar
0 votes
1 answer
161 views

I need to publish the event using CDC whenever a file is added to S3, to Apache Flink, from Flink the newly added file has to be read and processed.
Jayanth's user avatar
  • 505
1 vote
0 answers
661 views

I have enabled CDC on a few databases in my SQL Server instance. I noticed that enabling CDC on a database creates the sp_cdc_scan request, which runs continuously and consumes CPU time. This has ...
HR1's user avatar
  • 547
1 vote
1 answer
348 views

I'm running the following query on a SQL Server capture instance: DECLARE @from_lsn binary (10), @to_lsn binary (10) SELECT @from_lsn = sys.fn_cdc_get_min_lsn ( 'dbo_ABC' ); SELECT @from_lsn; ...
mjsqu's user avatar
  • 5,472
0 votes
1 answer
569 views

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
-1 votes
1 answer
605 views

I am working on implementing CDC (Change Data Capture) which will use Azure Sql as the source and Azure Databricks delta lake as the target. Azew Sql creates CDC tables with a very specific column ...
Eugene Goldberg's user avatar
0 votes
1 answer
162 views

We need catch data changes from Greenplum(catch insert/update/delete from GP database) Do you know any methods of software to help catch data from Greenplum?
Эльфия Валиева's user avatar
0 votes
0 answers
167 views

I'm using a SQL Server on-prem source for a DMS to replicate to a SQL Server RDS. Every night, at about midnight, I'm seeing a spike of ~1.6M CDC incoming changes on my DMS task, but nothing is making ...
Brent Heritier's user avatar
0 votes
1 answer
459 views

I am using CDC incremental load from mariadb database to the duckdb as a destination. Since there is no any connector for mariadb, I have used mysql connector. There is not any issue during set up ...
John Watson's user avatar
0 votes
1 answer
717 views

I have a CDC enabled table used for replication. One of my stored procedure I have, runs this exec sys.sp_cdc_scan manually for a specific case (my stored procedure is invoked by a DDL trigger which I ...
Abhinav Singh's user avatar
0 votes
0 answers
277 views

hello I use debezium outbox router for postgres this is my json in payload column { "userId": 107385, "chatId": "beb8faec-b75f-4eca-ace0-57b8621c7ca0", "fromEcho&...
eren arslan's user avatar
0 votes
1 answer
161 views

I have requirement where i need to perform Audit of data for that i have planned to use Azure DB change data capture(CDC). In Azure CDC it works on scheduler unlike on premise where SQL Server Agent ...
Harsh Porecha's user avatar
0 votes
0 answers
82 views

I have 2 tables T1(master), T2(detail). CDC works on these both tables. I'd like to restore history tables to th new 2 tables T11->T21 using stored procedure. The question is: how to process the ...
ZedZip's user avatar
  • 6,592
2 votes
0 answers
334 views

I'm working with CDC using a debezium connector managed by Confluent. I was trying to use the topics creation group feature offered by debezium, to create topics automatically based on the size of ...
ljuk's user avatar
  • 794
1 vote
1 answer
1k views

I have a doubt regarding Ad hoc snapshot signals in debezium Let say that I have created the signal table in my database before creating my CDC connector: -- Creating the signal table CREATE TABLE ...
ljuk's user avatar
  • 794
0 votes
2 answers
450 views

I am developing SQL Server business logic using CDC. The CDC works fine, I see the changes in cdc tables but I cannot find function cdc.fn_cdc_get_net_changes*. But other functions exist: cdc....
ZedZip's user avatar
  • 6,592
0 votes
1 answer
1k views

Test Endpoint failed: Application-Status: 1020912, Application-Message: Failed to connect Network error has occurred, Application-Detailed-Message: RetCode: SQL_ERROR SqlState: 08001 NativeError: 101 ...
Starlord5107's user avatar

1
2 3 4 5
13