StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
189 stars 152 forks source link

[Feature] Support MySQL's entire database synchronization without many Flink SQL #333

Closed chenhaifengkeda closed 7 months ago

chenhaifengkeda commented 7 months ago

What type of PR is this:

Which issues of this PR fixes :

Fixes #

Problem Summary(Required) :

Checklist:

CLAassistant commented 7 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


chenhaifengkeda seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

banmoy commented 7 months ago

@chenhaifengkeda Have you tried flink cdc 3.0 which supports to synchronize data and schema change

banmoy commented 7 months ago

Thanks for your contribution @chenhaifengkeda. Left some comments, and some other suggestions

  1. add documentation to describe what this feature can do, and how to use it
  2. add end-to-end tests to verify it can work
  3. make DCO check pass
chenhaifengkeda commented 7 months ago
  1. add end-to-end test
  2. add doc
banmoy commented 7 months ago

LGTM