vertx-mongo-client
vertx-mongo-client copied to clipboard
Mongo Client for Eclipse Vert.x
See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
Hi, I want to save a 32-bit int as a 64-bit int from json, I am trying below json but got above mentioned error {"$numberLong":"50"}
Referring Issue https://github.com/vert-x3/vertx-mongo-client/issues/112 I am still facing this issue after setting waitQueueMultiple in mongo client config. 500 limit doesn't change. Secondly, the doc on https://vertx.io/docs/vertx-mongo-client/java/ says > waitQueueMultiple > The...
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.
#### Now that Mongodb has published 4.x vesion which support multi documents transactional so the driver should support this features.
Motivation: Correct Javadoc for variable DEFAULT_BATCH_SIZE. Conformance: Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you...
#### Describe the feature Support ping function from Mongo: https://docs.mongodb.com/manual/reference/command/ping/ #### Use cases We'd like to use ping to make sure mongo is up and accessible and as a heartbeat...
I get Multi threaded access request failures when using this package. This is an extension of ticket (https://github.com/vert-x3/vertx-config/issues/113) . FWIW I tried with both Vertx 3.8.5 and 3.9.0 Here is...
#### Describe the feature 1. in our business,we have the unique id generator. 2. we want to use the generated id as the mongo collection `_id` 3. we support this?...
The method bulkWrite() accepts a list of BulkOperations. My finding is that only the last item of the list gets actually written to mongoDB and everything else is kind of...