Skip to content

Need a load balancing policy that takes the server node's latency into account #1887

@Klose6

Description

@Klose6

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions