singer-io / tap-mongodb

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

Include collection name in oplog query #78

Closed zachharris1 closed 2 years ago

zachharris1 commented 2 years ago

Description of change

Currently we traverse all new oplog changes for each collection, once per collection. This change makes it so we only traverse entries for the current collection.

WIP: this breaks bookmark logic.

QA steps

Risks

Rollback steps