google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Ignore Transaction+Channel affinity for Partitioned Ops and Round robin over stubs

Open scotthart opened this issue 7 months ago • 0 comments

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.

scotthart avatar Jun 16 '25 20:06 scotthart