CDC sync from production
Workflow steps
| Number | Source | Destination | Description |
|---|---|---|---|
| 1 | Production DB | CDC reader | WAL/binlog change |
| 2 | CDC reader | Position tracker | Persist offset |
| 3 | CDC reader | Kafka publisher | Emit event |
| 4 | Kafka publisher | Event bus | Publish |
| 5 | Event bus | Stream router | Consume |
| 6 | Stream router | Data lake | Write bronze layer |