nitinitt commented on code in PR #1896:
URL:
https://github.com/apache/cassandra-java-driver/pull/1896#discussion_r1449376273
##########
core/src/main/java/com/datastax/oss/driver/internal/core/loadbalancing/BasicLoadBalancingPolicy.java:
##########
@@ -131,6 +135,15 @@ public BasicLoadBalancingPolicy(@NonNull DriverContext
context, @NonNull String
this.context
.getConsistencyLevelRegistry()
.nameToLevel(profile.getString(DefaultDriverOption.REQUEST_CONSISTENCY));
+
+ final List<String> remoteDcs =
Review Comment:
reverted to List<String> as discussed
https://github.com/apache/cassandra-java-driver/pull/1896#discussion_r1446225748
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]