vertx-mongo-client
vertx-mongo-client copied to clipboard
Extend watch features to allow resume to change stream
Describe the feature
Mongo driver supports multiple features that allow resume to specific change stream:
- resumeAfter
- startAfter
- startAtOperationTime
It is possible to extend already existing watch feature to support these options too.
Use cases
In failover scenarios when there is actual need to resume to change stream at specific point in time.
Contribution
I can implement this one...