Open liuzix opened 3 years ago
How to guarantee the durability of these data? How about ticdc node crash and data loss.
How to guarantee the durability of these data? How about ticdc node crash and data loss.
TiCDC does not guarantee data durability that buffered in a disk. If a node crash, other nodes can pull data from TiKV again.
However, we do need to guarantee data integrity, maybe a checksum is enough just like RocksDB does.
Feature Request
Is your feature request related to a problem? Please describe: When the downstream cannot handle the writes in time, usually due to a large throughput from the upstream, CDC will OOM because the sink buffers data only in memory.
Describe the feature you'd like:
Describe alternatives you've considered: