我的table:
1.用户
1.客户
1.通知
1.警报
默认情况下,我希望信息转到主题user_service.$tableName
,但对于特定的表,我希望信息在不同的表中。
预期输出
1.用户=〉用户服务.用户
1.客户端=〉用户服务.客户端
1.通知=〉通知服务.通知
1.警报=〉警报服务. alerts
我的配置适用于一个表(如通知),但不确定如何针对多个表进行调整
现有配置:
"transforms": "unwrap,Reroute",
"transforms.Reroute.type": "io.debezium.transforms.ByLogicalTableRouter",
"transforms.Reroute.topic.regex": "(.*)notifications",
"transforms.Reroute.topic.replacement": "notificaton_service.notifications",
1条答案
按热度按时间w1jd8yoj1#
让它和