diff --git a/driver-core/src/main/com/mongodb/ConnectionString.java b/driver-core/src/main/com/mongodb/ConnectionString.java index 659e8fd02aa..36ab59d469f 100644 --- a/driver-core/src/main/com/mongodb/ConnectionString.java +++ b/driver-core/src/main/com/mongodb/ConnectionString.java @@ -17,6 +17,7 @@ package com.mongodb; import com.mongodb.annotations.Alpha; +import com.mongodb.annotations.Beta; import com.mongodb.annotations.Reason; import com.mongodb.connection.ClusterSettings; import com.mongodb.connection.ConnectionPoolSettings; @@ -264,14 +265,17 @@ *

SRV configuration:

* *

General configuration:

* * - *
  • {@code retryWrites=true|false}. If true the driver will retry supported write operations if they fail due to a network error. - * Defaults to false.
  • - *
  • {@code retryReads=true|false}. If true the driver will retry supported read operations if they fail due to a network error. - * Defaults to false.
  • * * * @@ -214,10 +211,13 @@ * *

    General configuration:

    *