-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How to perform an Upsert on a bulk with Reactive Streams? #3994
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
I'd really like to get answers to this one. There's also a SO question in the subject. I think adding reactive support for |
There's a non-Spring Data implementation specified here. I think there is no reason to not simplify this in Spring Data Mongo. Bulk operations should be supported in |
seem to be a duplicate of #2821 - a PR is always welcome. |
@christophstrobl Ok. Can you specify what path should the |
Both, the implementation and interface should reside in the |
As for what I've seen, the
ReactiveMongoTemplate
doesn't support a multi update when upserting. I wonder if there's any reason for this, or whether it will be possible to submit a simple PR to fix that.The text was updated successfully, but these errors were encountered: