Skip to content

Commit

Permalink
feat: call setting timeouts for batchers
Browse files Browse the repository at this point in the history
This introduces 2 new variants of new*Batcher that accept a GrpcCallContext. This context will be used for batch RPCs generated by the batcher instance.
Also fixes handlings of timeout overrides for bukmutations. If a user set a timeout, don't override it
  • Loading branch information
igorbernstein2 committed Jun 17, 2021
1 parent 4614912 commit dd64161
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-bigtable/clirr-ignored-differences.xml
Expand Up @@ -28,4 +28,10 @@
<differenceType>8001</differenceType>
<className>com/google/cloud/bigtable/data/v2/stub/readrows/PointReadTimeoutCallable</className>
</difference>
<difference>
<!-- change method args is ok because EnhancedBigtableStub is InternalApi -->
<differenceType>7004</differenceType>
<className>com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStub</className>
<method>*</method>
</difference>
</differences>

0 comments on commit dd64161

Please sign in to comment.