Details
-
Improvement
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
Not Needed
Description
Right now, a value for maintenanceInitialDelayMs can be set using ConnectionPoolSettigs.Builder. However, this can only be accessed via MongoClientSettings, and not MongoClientOptions. This makes providing a value for maintenanceInitialDelayMs impossible for those using the legacy MongoClient. This should be changed so that MongoClientOptions is aware of all options that can be passed through MongoClientSettings.