Flink CDC Issue Import created FLINK-34761:
----------------------------------------------

             Summary: Support table.exclude.list as Debezium does
                 Key: FLINK-34761
                 URL: https://issues.apache.org/jira/browse/FLINK-34761
             Project: Flink
          Issue Type: Improvement
          Components: Flink CDC
            Reporter: Flink CDC Issue Import


**Is your feature request related to a problem? Please describe.**
Parameter tableList is required in MySqlSourceConfig, so only 
table.include.list is effective even if table.exclude.list is specified in 
debezium properties.

**Describe the solution you'd like**
Remove the null check in MySqlSourceConfig:
```        this.tableList = checkNotNull(tableList);```
, or add a new parameter tableExcludeList in CDC


---------------- Imported from GitHub ----------------
Url: https://github.com/apache/flink-cdc/issues/1817
Created by: [ldwnt|https://github.com/ldwnt]
Labels: enhancement, 
Created at: Fri Dec 09 18:18:02 CST 2022
State: open




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to