vertx-mongo-client icon indicating copy to clipboard operation
vertx-mongo-client copied to clipboard

Extend watch features to allow resume to change stream

Open kofiStariji opened this issue 2 years ago • 0 comments

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...

kofiStariji avatar Aug 02 '22 13:08 kofiStariji