You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug happens when we don't receive any message in CDC stream after reading the initial snapshot of data in postgres database.
In this case, we have LSN of publication slot, which can be used for snapshotting done event.
Yes, we should send a Some(OpIdentifier::new(lsn, MAGIC_NUMBER)) to make it resumable once snapshotting is done.
karolisg
changed the title
Postgres connector cannot resume if no events in CDC stream came
Postgres connector cannot resume if no events in CDC stream received
Jan 2, 2024
This bug happens when we don't receive any message in CDC stream after reading the initial snapshot of data in postgres database.
In this case, we have LSN of publication slot, which can be used for snapshotting done event.
https://link.excalidraw.com/readonly/cBRn1ElaavxaTJtJ6CvP
The text was updated successfully, but these errors were encountered: