pub unsafe extern "C" fn cass_cluster_set_token_aware_routing_shuffle_replicas(
    cluster: *mut CassCluster,
    enabled: cass_bool_t
)
Expand description

Configures token-aware routing to randomly shuffle replicas. This can reduce the effectiveness of server-side caching, but it can better distribute load over replicas for a given partition key.

Note: Token-aware routing must be enabled for the setting to be applicable.

Default: cass_true (enabled).

@public @memberof CassCluster

@param[in] cluster @param[in] enabled