Klose6 opened a new issue, #1887:
URL: https://github.com/apache/cassandra-gocql-driver/issues/1887

   Hi, it looks the gocql driver has never include a load balancing policy that 
takes in the server node's latency into account, like the old 
LatencyAwarePolicy in the cassandra-java-driever 3.x, now in the latest 
cassandra-java-driver 4.x there are a separate 
[LatencySensitiveLoadBalancingPolicy](https://github.com/datastax/java-driver-policies/blob/main/src/main/java/com/datastax/oss/driver/internal/core/loadbalancing/LatencySensitiveLoadBalancingPolicy.java)
 which adds the latency sensitivity in the client side based on the 
[DefaultLoadBalancingPolicy](https://github.com/apache/cassandra-java-driver/blob/4.x/core/src/main/java/com/datastax/oss/driver/internal/core/loadbalancing/DefaultLoadBalancingPolicy.java),
 wondering is it ok for gocql to add the similar counterpart, thanks!


-- 
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: commits-unsubscr...@cassandra.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to