Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 有个数据增量同步需求

[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version] 7.1
[Encountered Problem: Problem Description and Impact]
Currently, there is a requirement to synchronize two tables in real-time to a certain interface, with the requirement to only synchronize newly added data.
The development plan is to add a unique auto-increment ID column to the table and use a program to determine and fetch the incremental ID values for synchronization.
I am considering using TiCDC to Kafka, and then synchronizing to the interface. Is this feasible?