scylladb/scylla-rust-driver

RetryPolicy: adapt naming and docs to changes in LBP

Opened this issue · 1 comments

LoadBalancingPolicy and Plan now operate on targets (node + optional shard) instead of nodes.
RetryDecision naming should be changed too (RetrySameNode -> RetrySameTarget, RetryNextNode -> RetryNextTarget). Docs will possibly need adjustment too.

Docstrings in speculative_execution.rs need adjustment as well: host -> target.