Multiple LSN support for single connection #1117
Closed
karolisg
started this conversation in
Feature Requests
Replies: 1 comment
-
As discussed, makes sense to initialize separate connectors in my view instead of changing the connector interface. Maybe we can think of a way to share |
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
-
At the moment we support single tuple of
(lsn, seq_no)
. It works fine when connector has one lsn for all tables. Altough, it doesn't work forsnowflake
, because there we have independent table streams and with single lsn tuple we cannot determine where to resume replication. @chubei has suggested this approach@snork-alt @v3g42 What do you think about such change?
Beta Was this translation helpful? Give feedback.
All reactions