You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-driver 3.x, now in the latest cassandra-java-driver 4.x there is a separate LatencySensitiveLoadBalancingPolicy which adds the latency sensitivity in the client side based on the DefaultLoadBalancingPolicy, wondering is it ok for gocql to add the similar counterpart because this can add some smartness in the client to temporarily avoid the server node(s) with high latencies, thanks!