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 7982f41 commit 8e1836eCopy full SHA for 8e1836e
core/src/main/java/com/datastax/oss/driver/api/core/config/OptionsMap.java
@@ -382,7 +382,7 @@ protected static void fillWithDriverDefaults(OptionsMap map) {
382
map.put(TypedDriverOption.LOAD_BALANCING_DC_FAILOVER_ALLOW_FOR_LOCAL_CONSISTENCY_LEVELS, false);
383
map.put(TypedDriverOption.METRICS_GENERATE_AGGREGABLE_HISTOGRAMS, true);
384
map.put(
385
- TypedDriverOption.LOAD_BALANCING_DC_FAILOVER_PREFERRED_REMOTE_DCS, ImmutableList.of(""));
+ TypedDriverOption.LOAD_BALANCING_DC_FAILOVER_PREFERRED_REMOTE_DCS, ImmutableList.of());
386
}
387
388
@Immutable
0 commit comments