singer-io / tap-mongodb

GNU Affero General Public License v3.0
28 stars 38 forks source link

Advance the oplog bookmark when no records are synced #79

Closed luandy64 closed 2 years ago

luandy64 commented 2 years ago

Description of change

This PR writes a bookmark for oplog streams that don't sync records.

This is to prevent the scenarios where a collection doesn't get very many updates and the bookmark we have in state goes stale.

QA steps

Risks

Rollback steps