MongoClients does not apply the following connection string properties to the MongoClient:
- readConcern
- writeConcern
- readPreference
Because of this, the MongoClient ends up with the default for each of these.
First reported via this pull request
MongoClients does not apply the following connection string properties to the MongoClient:
Because of this, the MongoClient ends up with the default for each of these.
First reported via this pull request