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
- Make CurrentPosition create the pgoutput logical slot if absent and
anchor to its consistent point, so WAL from the base forward is
retained. A logical slot only decodes WAL produced after its own
creation, so creating it lazily at stream time meant the first
incremental and the bounded change stream captured zero changes.
- Add establishLogicalSlot helper; ensureLogicalSlot now returns the
consistent point on fresh creation, "" when the slot already exists.
- Fix the two Postgres integration tests to take the start/base position
via CurrentPosition before the DML, matching the real ordering.
- Give the cross-engine MySQL container a 180s startup wait so a slow
concurrent boot is tolerated rather than failing the run.
0 commit comments