Open
Description
Currently spring mongo doesn't support specifying commit quorum for index builds in the library.
Commit Quorum has been there since mongodb 4.4. To be able to set commit quorum one has to add a complete implementation of IndexOperations
.
It would be great if DefaultIndexOperations
provided support for setting commit quorum and/or provided a hook for it