flink-cdc
flink-cdc copied to clipboard
Question about flink-connector-tidb-cdc, please help me!
Can each flink-cdc task only subscribe to one table? After reading the source code, I found that CDCClient can only pull the change log of one table.
Can each CDCClient only pull one table? Then if there are many tables, it will lead to many connections and cause TiKV to be overwhelmed?