Skip to content
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

Rewriting TiCDC in Java would provide better downstream ecosystem compatibility #49

Open
jackysp opened this issue Jul 15, 2024 · 1 comment

Comments

@jackysp
Copy link
Member

jackysp commented Jul 15, 2024

Connecting downstream requires integrating the client of the downstream service, such as MySQL client or Kafka client.
For example, when connecting downstream to Kafka, most customers prefer using the Keystore feature for connection. However, the Go client of Kafka does not support this; only the Java client supports it.

@flowbehappy
Copy link
Collaborator

There is a plan to provide a gRPC service to allow any clients to connect to TiCDC and pull events from TiCDC. So if a customer want more features related to downstream, it can customizes itself easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants