Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ticdc支持sink为hadoop吗

If the downstream is Hadoop, can TiCDC achieve migration?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ticdc支持sink为hadoop吗
If the downstream is Hadoop, can TiCDC achieve migration?
From the architecture diagram below, we can see that TiCDC currently supports data synchronization to TiDB, MySQL databases, Kafka, and storage services. It appears that Hadoop is not supported.
Typically, it is synchronized to Kafka. Then, a Flume task is started to synchronize Kafka data to HDFS.