API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16
stars
11
forks
source link
exec_profile: token aware routing with shuffling setting #170
Closed
muzarski closed 2 months ago
Implemented:
cass_cluster_set_token_aware_routing_shuffle_replicas
cass_execution_profile_set_token_aware_routing_shuffle_replicas
Notice, that this setting (replica shuffling) is only applicable, if token aware routing is enabled (which is, by default).
This setting is
true
by default.Pre-review checklist
.github/workflows/build.yml
ingtest_filter
.~.github/workflows/cassandra.yml
ingtest_filter
.~