Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table-name正则匹配问题 #26

Closed
zhouzach opened this issue Aug 31, 2020 · 3 comments
Closed

table-name正则匹配问题 #26

zhouzach opened this issue Aug 31, 2020 · 3 comments

Comments

@zhouzach
Copy link

set table-name to user_* to monitor all the user_ prefix tables
去查sink表,没有数据。
检查taskmanager 日志,发现:
2020-08-31 14:22:06,854 INFO io.debezium.connector.mysql.SnapshotReader [] - 'dashboard.user_00' is not added among known tables
2020-08-31 14:22:06,854 INFO io.debezium.connector.mysql.SnapshotReader [] - 'dashboard.user_00' is filtered out of capturing
2020-08-31 14:22:06,854 INFO io.debezium.connector.mysql.SnapshotReader [] - 'dashboard.user_01' is not added among known tables
2020-08-31 14:22:06,854 INFO io.debezium.connector.mysql.SnapshotReader [] - 'dashboard.user_01' is filtered out of capturing

将'table-name' = 'user_[0-9][0-9]',数据可以正常sink到表

@shizhengchao
Copy link
Contributor

要写成 user_.*

@zhouzach
Copy link
Author

zhouzach commented Sep 1, 2020

要写成 user_.*

@shizhengchao it works,thanks!@wuchong 要在FAQ改下了

@wuchong
Copy link
Member

wuchong commented Sep 1, 2020

Thanks! 多谢提醒

@wuchong wuchong closed this as completed Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants