We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d534fc commit 410ff01Copy full SHA for 410ff01
src/main/java/io/cdap/plugin/MongoDBConfig.java
@@ -82,7 +82,7 @@ public class MongoDBConfig extends PluginConfig {
82
"enabled if the MongoDB deployment supports SRV DNS records for connection resolution.")
83
@Macro
84
@Nullable
85
- private boolean connectUsingSRVString;
+ private Boolean connectUsingSRVString;
86
87
@Name(MongoDBConstants.CONNECTION_ARGUMENTS)
88
@Description("A list of arbitrary string key/value pairs as connection arguments.")
0 commit comments