Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: TiKV-Client-Java 中的 CDCClient 每次只能拉取一个表吗?
Can the CDCClient in TiKV-Client-Java only pull one table at a time?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: TiKV-Client-Java 中的 CDCClient 每次只能拉取一个表吗?
Can the CDCClient in TiKV-Client-Java only pull one table at a time?
CDC is executed according to changefeeds. Changefeeds are completely isolated from each other.
The configuration file determines the range of data that can be pulled.
Okay, you are talking about TiCDC? I am referring to this GitHub - tikv/client-java: TiKV Java Client.
The data operated through TiDB cannot be directly processed by this client.
Currently, the client only supports two APIs, raw and txn. The data written can be scanned and read.
Why do I feel like we’re not talking about the same thing…
I’m talking about the client that pulls the change log from TiKV.
Or am I misunderstanding something?
I understand that you are asking about CDC.
If you think I misunderstood,
it is best to ask according to the template provided in the community, and the content of the question needs to align with TiDB terminology, otherwise, there will definitely be differences in understanding.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.