scylladb / cpp-rust-driver

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

muzarski commented 2 months ago

Implemented:

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