vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Extend watch features to allow resume to change stream #288

Open kofiStariji opened 2 years ago

kofiStariji commented 2 years ago

Describe the feature

Mongo driver supports multiple features that allow resume to specific change stream:

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