Question about CDCClient, please help me!!!
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?
CDC client was contributed by a contributor a year ago. Without checking out code no one can answer it correctly. On the other hand TiKV used gRPC for it’s data plane transport, it’s very likely that CDC client uses gRPC as well and multiplex requests over a pool of connections.
Ok, thank you. But now the latest version has removed the cdc component, do you know where it moved?
You can always check out previous version of client-java and find out CDC code. Currently there is no community efforts willing to maintain such project. We would like to see somebody fork it and build a separate TiDB CDC java client project.
Ok, thank you. I think the cdcClient component is very nice. However, at present, I do not have the ability and time to maintain the TiDB CDC java client.
This issue is stale because it has been open 30 days with no activity.