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

[Improve][Sort] MySQL CDC Connector supports specifying field synchronization #7693

Closed
2 tasks done
duowan1520 opened this issue Mar 25, 2023 · 0 comments · Fixed by #7694
Closed
2 tasks done

[Improve][Sort] MySQL CDC Connector supports specifying field synchronization #7693

duowan1520 opened this issue Mar 25, 2023 · 0 comments · Fixed by #7694

Comments

@duowan1520
Copy link
Contributor

Description

When I use MySQL CDC Connector to synchronize specified fields for some tables, I expect to achieve the requirements by setting the debezium.column.include.list or debezium.column.exclude.list parameters. When creating the target table, only the fields I care about are used, and then the synchronization task execution fails. It only works when I create a target table that includes all the fields of the source table. Here I hope it can make the target table support only creating the fields I care about.

InLong Component

InLong Sort

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@duowan1520 duowan1520 changed the title [Improve][Sort] CDC Connctor supports specifying field synchronization [Improve][Sort] CDC Connector supports specifying field synchronization Mar 25, 2023
@dockerzhang dockerzhang added this to the 1.7.0 milestone Mar 27, 2023
@duowan1520 duowan1520 changed the title [Improve][Sort] CDC Connector supports specifying field synchronization [Improve][Sort] MySQL CDC Connector supports specifying field synchronization Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants