vertx-mongo-client
vertx-mongo-client copied to clipboard
Mongo Client for Eclipse Vert.x
#### Describe the feature I would like to access multiple databases from a single MongoClient instance. As far as I can understand the source code, this is not the case:...
Fixes #289
### Version 4.3.1 ### Context We have a test in our testsuite that is testing an aggration query that we have developed we are running this aggregation with `io.vertx.ext.mongo.MongoClient#aggregate`. We...
#### Describe the feature Update the mongodb-driver-reactivestreams dependency from 4.1.2 to 4.7.1. #### Use cases The 4.7.1 driver is backwards-compatible with 4.1.2, so the vertx-mongo-client should not require any changes....
#### Describe the feature Mongo driver supports multiple features that allow resume to specific change stream: * resumeAfter * startAfter * startAtOperationTime It is possible to extend already existing watch...
This pull request is created as fix for https://github.com/vert-x3/vertx-mongo-client/issues/284
Using latest vertx mongo client when bulkWrite is called in response we are missing list of inserted item ids, this list is part of response inside mongodb driver: ``` package...
Hello, Using XSOAR platform for MongoDB query. When I was trying to find using ISO date query format it was showing not a valid JSON. Query Using - "\"created\": {...
#### Read me #### Describe the feature `io.vertx.ext.mongo.MongoClient` should implement `Publisher renameCollection(MongoNamespace newCollectionNamespace);` `Publisher renameCollection(MongoNamespace newCollectionNamespace, RenameCollectionOptions options);` `Publisher renameCollection(ClientSession clientSession, MongoNamespace newCollectionNamespace);` `Publisher renameCollection(ClientSession clientSession, MongoNamespace newCollectionNamespace, RenameCollectionOptions options);`...