Replies: 2 comments 1 reply
-
用sql貌似不行,的确会多次多binlog,可以用api方式,分流 |
Beta Was this translation helpful? Give feedback.
1 reply
-
这是我测试的代码,但很多表的时候怎么让它自动化还不知道怎么写
从 Windows 版邮件发送
发件人: Shiyun Gong
发送时间: 2022年8月25日 10:52
收件人: ververica/flink-cdc-connectors
抄送: zhongbinde; Comment
主题: Re: [ververica/flink-cdc-connectors] 如何将一个表同步到不同的数据库 (Discussion #890)
请问下如何分流?有代码参考吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
主库中有一个小表,现在想将这个小表广播到其他数据库中。使用SQL的方式,写SQL语句的话,是不是会对主库订阅多次 Binlog,这样是不是会有压力?有没有一次订阅,同时同步到多个数据库的方式?
Beta Was this translation helpful? Give feedback.
All reactions