TiDB + Pulsar, Event Streaming Architecture in Action
For distributed databases such as TiDB, Change Data Capture (CDC) is the basis for geo-distribution, database replication, backup, point in time recovery, and event-driven computation. By integrating CDC with Pulsar, we can make the critical changes in the database immediately available for processing, thus delivering insights and business values in real time.
But the implementation faces unique challenges:
- Transactional ordering of events.Low latency to support database replication and event-driven processing.
- Scalable to handle the increasing number of transactions per second.
- Highly available and tolerant to failures.
In this talk, we will dive deep into the CDC feature in TiDB, a distributed HTAP database, and how we design, build, and integrate CDC with Pulsar.
Newsletter
Our strategies and tactics delivered right to your inbox