Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb与flink结合时,flink还基于hdfs运行吗?
After using TICDC to send data to Kafka, which is then consumed in real-time by Flink, I previously used HDFS+Hive+HBase but have now switched to TiDB directly, while still retaining Flink for real-time processing. However, there’s an issue with Flink: the previous Flink tasks were based on HDFS, which has now been replaced by TiDB. So, how should I handle Flink in this case?
Here was my previous Flink configuration:
Now that TiDB has replaced HDFS+Hive+HBase, which state.backend should I use for Flink?