Yanquan Lv created FLINK-38358:
----------------------------------

             Summary: Ignore trailing spaces in table capturing rules
                 Key: FLINK-38358
                 URL: https://issues.apache.org/jira/browse/FLINK-38358
             Project: Flink
          Issue Type: Improvement
          Components: Flink CDC
    Affects Versions: cdc-3.4.0, cdc-3.2.1, cdc-3.3.0, cdc-3.1.1, cdc-3.2.0, 
cdc-3.1.0
            Reporter: Yanquan Lv


Currently, when configuring MySQL Source table parameters, redundant spaces at 
both ends are not automatically removed.

For example, user may config their job like:
{code:java}
source:
  type: mysql
  hostname: host
  port: 3306
  username: xx
  password: xx
  tables:  foo.bar , foo.baz {code}
and expect to capture the changes of `foo.bar` and `foo.baz`. 
However, these two tables will not be matched correctly now.



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

Reply via email to