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
Copy file name to clipboardExpand all lines: website/docs/features/cdc/postgres-replication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ On first start the connector:
30
30
3. Runs a **REPEATABLE READ snapshot** of the source table so the accelerator starts with all existing rows.
31
31
4. Starts streaming WAL changes from the slot. Each committed transaction is delivered as a `ChangeBatch` (grouped `INSERT`/`UPDATE`/`DELETE`) and applied to the accelerator.
32
32
33
-
On subsequent restarts the connector detects the existing slot and **resumes from Postgres' stored `confirmed_flush_lsn`** — no rebootstrap, no gap.
33
+
On subsequent restarts the connector detects the existing slot and **resumes from Postgres' stored `confirmed_flush_lsn`**.
0 commit comments