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
github-actionsbot
changed the title
[Bug] [CDCSOURCE ] 数据库名字带字符串-无法整库同步
[Bug] [CDCSOURCE] The database name contains a string - the entire database cannot be synchronized
Mar 6, 2024
Zzm0809
changed the title
[Bug] [CDCSOURCE] The database name contains a string - the entire database cannot be synchronized
[Optimization] [CDCSOURCE] The database name contains a string - the entire database cannot be synchronized
Mar 6, 2024
Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.
Search before asking
What happened
What you expected to happen
带字符串-会导致同步不了。
How to reproduce
EXECUTE CDCSOURCE cdc_mysql WITH (
'connector' = 'mysql-cdc',
'hostname' = 'rm-xxxxxxxx',
'port' = '3306',
'username' = 'root',
'password' = 'xxx-xxxx',
'checkpoint' = '3000',
'scan.startup.mode' = 'initial',
'parallelism' = '1',
'database-name' = 'middle-platform',
'table-name' = 'middle-platform.blade_client,middle-platform.blade_dept',
'sink.connector' = 'jdbc',
'sink.url' = 'jdbc:mysql://120.0.0.1:3306/middle-platform?characterEncoding=utf-8&useSSL=false',
'sink.username' = 'root',
'sink.password' = 'x-x',
'sink.sink.db' = 'middle-platform',
'sink.table.prefix' = '',
'sink.table-name' = '#{tableName}',
'sink.driver' = 'com.mysql.cj.jdbc.Driver',
'sink.sink.buffer-flush.interval' = '2s',
'sink.sink.buffer-flush.max-rows' = '100',
'sink.sink.max-retries' = '5',
'sink.auto.create' = 'true'
)
Anything else
No response
Version
1.0.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: