From 26de9fbff16da4041914bf8d59246b7d9786c99a Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:35:36 -0400 Subject: [PATCH] Add loadBalanced connection option (#678) * add loadBalanced connection option * SA feedback (cherry picked from commit bc18529a7aece990bb8b2b04929fd5e395d3cd8f) --- .../specify-connection-options/cluster-settings.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/connection/specify-connection-options/cluster-settings.txt b/source/connection/specify-connection-options/cluster-settings.txt index d77bcc03f..1c3be0035 100644 --- a/source/connection/specify-connection-options/cluster-settings.txt +++ b/source/connection/specify-connection-options/cluster-settings.txt @@ -75,6 +75,12 @@ String` or :guilabel:`MongoClientSettings` tab to see the options available: *Default*: ``false`` + * - ``loadBalanced`` + - boolean + - Specifies whether or not the driver is connecting to MongoDB using a load balancer. + + *Default*: ``null`` + * - ``srvServiceName`` - string - Specifies the service name of the `SRV resource records