MongoDB CDC Connector 怎么同步整个database 呢? #1365
-
在 MongoDB CDC Connector 的配置中的 collection 有说明:Name of the collection in the database to watch for changes. If not set then all collections will be captured. 这种 sql 的方式该怎么写呢? |
Beta Was this translation helpful? Give feedback.
Answered by
Jiabao-Sun
Aug 8, 2022
Replies: 1 comment
-
从2.2.0版本起支持正则匹配多库多集合。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jiabao-Sun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
从2.2.0版本起支持正则匹配多库多集合。
在2.2.0之前,指定database,collection留空。