© 2026 Hashnode
Most engineers who connect RisingWave to a Debezium CDC topic reach for FORMAT DEBEZIUM by default. The name matches the tool, so the choice feels obvious. But for a surprisingly common case, it is the wrong choice, and using it silently trades away ...

Muitas vezes, estamos lidando com um legado e, de alguma forma, precisamos escutar ou saber das operações que estão ocorrendo em determinadas tabelas, mas nem sempre e acredito que não seja indicado connectar uma nova aplicação em sua legacy database...

In the first article of this CDC series, we learned how Change Data Capture (CDC) works and why it matters. Now let’s dive deeper into Debezium — one of the most popular open-source CDC tools — to see what it is, how it works, and what kind of data i...

Brief Introduction Kafka, Debezium, and ZooKeeper work together to move and manage data in real time. Kafka acts like a storage hub that collects and holds events (data changes) from a source database(in our case, a mysql database). Debezium is a too...
