Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
188 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
0 answers
37 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
131 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
2 votes
1 answer
127 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
2 answers
82 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
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
2 votes
0 answers
21 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
97 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
2 votes
1 answer
653 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
42 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
37 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
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
0 votes
0 answers
53 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
121 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
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
199 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
0 votes
1 answer
207 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
0 votes
1 answer
156 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
1 answer
345 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
-1 votes
1 answer
602 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
0 answers
166 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
709 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
1 answer
160 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
2 votes
0 answers
331 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
0 votes
2 answers
446 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

1
2 3 4 5
13