mysql_cdc: write checkpoint after snapshot#4269
Conversation
Currently after the snapshot the first time we checkpoint is after the first batch has been processed. This change ensures we checkpoint right after snapshotted data is flushed before we start streaming change records.
|
Commits Review LGTM |
|
Commits Review
|
|
Commits Review
|
Currently after the snapshot the first time we checkpoint is after the first batch has been processed. This change ensures we checkpoint right after snapshotted data is flushed before we start streaming change records.
Closes: #4257