vertx-mongo-client icon indicating copy to clipboard operation
vertx-mongo-client copied to clipboard

Support ReadPreference Option For Find

Open myrenyang opened this issue 3 years ago • 0 comments

As my current project requires ReadPreference setting on operation level, I add this feature to Vertx Mongo Client.

This is adding support of ReadPreference for findOne, findWithOptions and findBatchWithOptions.

myrenyang avatar May 21 '21 07:05 myrenyang