See: #4275 (comment)
And then a passing thought: I am using the transport stub, which is built atop the gax retry loop. The retry loop clones the request on each attempt. That is wasteful if we are never retrying. This is moot now though, because I actually want to retry things every once in a while.
See: #4275 (comment)
And then a passing thought: I am using the transport stub, which is built atop the gax retry loop. The retry loop clones the request on each attempt. That is wasteful if we are never retrying. This is moot now though, because I actually want to retry things every once in a while.