From 37c27d85f01d3997e8815d159d4822246964782d Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Fri, 25 Apr 2025 13:46:01 -0400 Subject: [PATCH 1/2] add loadBalanced connection option --- .../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..83b1ebbeb 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 + - 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 From 24c05b4125df0737aeb3d0a780ac9de40df38d9d Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Tue, 29 Apr 2025 11:34:52 -0400 Subject: [PATCH 2/2] SA feedback --- .../connection/specify-connection-options/cluster-settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/connection/specify-connection-options/cluster-settings.txt b/source/connection/specify-connection-options/cluster-settings.txt index 83b1ebbeb..1c3be0035 100644 --- a/source/connection/specify-connection-options/cluster-settings.txt +++ b/source/connection/specify-connection-options/cluster-settings.txt @@ -77,7 +77,7 @@ String` or :guilabel:`MongoClientSettings` tab to see the options available: * - ``loadBalanced`` - boolean - - whether or not the driver is connecting to MongoDB using a load balancer. + - Specifies whether or not the driver is connecting to MongoDB using a load balancer. *Default*: ``null``