yux created FLINK-37507: --------------------------- Summary: MySQL CDC captures common-prefix database accidentally when scan.binlog.newly-added-table option is enabled Key: FLINK-37507 URL: https://issues.apache.org/jira/browse/FLINK-37507 Project: Flink Issue Type: Bug Components: Flink CDC Affects Versions: cdc-3.3.0 Reporter: yux
MySQL CDC pipeline connector will accidentally capture database that should have been excluded from capture RegExp list when scan.binlog.newly-added-table option is enabled. For example, `tables: db.\.*` will also include all tables in `dbnew` database. -- This message was sent by Atlassian Jira (v8.20.10#820010)