Flink CDC 目前是否支持ad-hoc snapshot? #3975
Unanswered
skinnychenpi
asked this question in
Q&A
Replies: 0 comments
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 Server CDC的时候会根据regex读进来若干tables。在snapshot完成后进入streaming读取的阶段之后,如果有新的符合regex的table出现,我们所期待的是这个table会被完全同步。但由于DBA这边的操作问题,有时候会出现capture instance开启时间晚于第一条数据插入的情况,因此只有在capture instance开启后续的插入操作才被同步下来,因此会漏掉一些在capture instance开启前插入的数据。想问社区的是,目前Flink CDC是否支持adhoc snapshot让我们能够手动在作业仍在运行的状态下去同步某个特定的table,而非重启整个作业来同步所有的table?谢谢!
Beta Was this translation helpful? Give feedback.
All reactions