google-cloud-cpp
google-cloud-cpp copied to clipboard
Ignore Transaction+Channel affinity for Partitioned Ops and Round robin over stubs
In the case where we are reading/executing partitioned operations, we want to ensure that we spread the traffic across multiple stubs/channels. In order to do this we have to identify these partitioned reads, queries, etc. and ignore the channel assigned to the transaction and request another.