-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Allow configuration of ReadConcern
for queries and aggregations
#4277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ReadPreference
for queries and aggregations
It would be neat if we could provide the |
ReadPreference
for queries and aggregationsReadConcern
for queries and aggregations
Please note that
The current documentation creates a slightly different impression of a wayback-machine. |
Closes: spring-projects#4210 Original pull request: spring-projects#4277
Closes: spring-projects#4226 Original pull request: spring-projects#4277
Hi,
I would like to use find and aggregate query with readConcern level "snapshot" (and "atClusterTime") in order to get data at a specified point in time.
I can't find any way to implement this with spring data mongodb, am I miss something?
If not already available, how can be implemented using MongoTemplate? Also could this feature be added?
more info: https://www.mongodb.com/docs/manual/reference/read-concern-snapshot/
The text was updated successfully, but these errors were encountered: