Enable enforcing coordinator for request #1031
Labels
area/load-balancing
area/statement-execution
cpp-rust-driver-p1
Functionality required by cpp-rust-driver
Milestone
Motivation
cpp-driver provides an option to explicitly set a node to be coordinator for a specific request. It argues for that option this way:
Solution
Let's expose a setter for explicit coordinator - consider identifying by address or host_id.
If an explicit coordinator is set for a statement, then:
RetryNextNode
decisions should be then changed intoRetrySameNode
or intoDontRetry
).The text was updated successfully, but these errors were encountered: