You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ChangeStreamOptions support in Quarkus Reactive Mongo Client allows you to specify most parameters to the underlying ChangeStreamPublisher from the Reactive Mongo Client.
One missing option however is the startAfter(resumeToken) method.
Description
The ChangeStreamOptions support in Quarkus Reactive Mongo Client allows you to specify most parameters to the underlying ChangeStreamPublisher from the Reactive Mongo Client.
One missing option however is the startAfter(resumeToken) method.
This is an important method, because if the collection you are watching is dropped the resume token can only be used with startAfter, not resumeAfter.
Ref: https://www.mongodb.com/docs/manual/changeStreams/#startafter-for-change-streams
Implementation ideas
Pull request to follow with implementation.
The text was updated successfully, but these errors were encountered: