How can I perform bulk perations using ReactiveMongoTemplate
?
Basically I want to initialize bulk using db.<collection_name>.initializeUnorderedBulkOp()
and execute it using <bulk>.execute()
.
I know there is a way to do this using simple MongoTemplate
as specified here but I can't find any way how to do this in reactive.