10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

feat(DRIVERS-1983): support loadBalancerPort in cli #289

Closed durran closed 2 years ago

durran commented 2 years ago

Allows driver tools to provide a loadBalancerPort argument in the mongos routers config file which will translate into a --loadBalancerPort command line argument to the mongos if provided.

Not needed when https://jira.mongodb.org/browse/SERVER-62403 completed.