Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
Server Tooling & Methods
Description
It'd be nice to be able to do something like:
var minimumRequiredVersion = new Version("3.4"); |
if (MongoRunner.getBinVersionFor(otherParams.mongosOptions.binVersion) < minimumRequiredVersion) { |
// Configure the options specially to handle the legacy version, e.g. pass an additional option |
otherParams.mongosOptions.specialOptionForLegacy = true; |
}
|