conduitio-labs / conduit-connector-mysql

Conduit connector for MySQL
1 stars 1 forks source link

Bug: Handle inexistent position errors when starting the cdc iterator from a position #32

Open alarbada opened 3 months ago

alarbada commented 3 months ago

Bug description

What happens if the binlog was purged? There's no guarantee that could be there at all. Probably the source connector should restart the snapshot (if snapshot mode enabled).

Steps to reproduce

Try to start the cdc iterator in a position where the binlog has already been purged.

Observe and properly handle the error

Version

v0.1.0