You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
duowan1520
changed the title
[Improve][Sort] CDC Connctor supports specifying field synchronization
[Improve][Sort] CDC Connector supports specifying field synchronization
Mar 25, 2023
duowan1520
changed the title
[Improve][Sort] CDC Connector supports specifying field synchronization
[Improve][Sort] MySQL CDC Connector supports specifying field synchronization
Apr 5, 2023
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
ordebezium.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?
Code of Conduct
The text was updated successfully, but these errors were encountered: