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

[Feature] Support writing to branch during CDC #4771

Open
2 tasks done
JackeyLee007 opened this issue Dec 24, 2024 · 0 comments
Open
2 tasks done

[Feature] Support writing to branch during CDC #4771

JackeyLee007 opened this issue Dec 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JackeyLee007
Copy link
Contributor

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Some time, user want to sync data batchly when CDC task running. And no data overwriting is expected, which means even for the same record (identified by the PK). The late arrived CDC data could not overwrite the offline data.

Solution

Use a dedicated fallback realtime branch for the CDC sinking.
The branch name could be provided with the following option:

--table-branch tablename=branch_name 

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@JackeyLee007 JackeyLee007 added the enhancement New feature or request label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant