lukasz-antoniak commented on code in PR #2036:
URL: 
https://github.com/apache/cassandra-java-driver/pull/2036#discussion_r2303107158


##########
core/src/main/java/com/datastax/oss/driver/api/core/loadbalancing/LoadBalancingPolicy.java:
##########
@@ -76,6 +76,12 @@ default Optional<RequestTracker> getRequestTracker() {
    */
   void init(@NonNull Map<UUID, Node> nodes, @NonNull DistanceReporter 
distanceReporter);
 
+  /** Returns map containing details that impact C* node connectivity. */
+  @NonNull
+  default Optional<Map<String, ?>> getStartupConfiguration() {

Review Comment:
   I changed the code to use a `Map`. For now I did not create new class, 
because once we use it in different places, maybe the lifecycle will be 
different. Let us change it once need comes.



-- 
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]

Reply via email to