-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about CDCClient, please help me!!! #650
Comments
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. |
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. |
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?
The text was updated successfully, but these errors were encountered: