kolea2
kolea2
In a few clients (Bigtable, Firestore), we override the transport and channel to configure custom keepalive settings, see: https://github.com/googleapis/python-bigtable/blob/76c4e9abd59ffac5fb2d8fb2298d04b9e1128d8c/google/cloud/bigtable/client.py#L217-L225 https://github.com/googleapis/python-firestore/blob/15b579f0b94aa8de3310b8bbc14916e97ac0c060/google/cloud/firestore_v1/base_client.py#L156 We cannot then use any of the default setup by...
On HTTP exceptions, exceptions that should be `ALREADY_EXISTS` (409) are being propagated as `ABORTED` (also 409). This code change seems to have removed the behavior: https://github.com/googleapis/sdk-platform-java/commit/cdf461425812f5392436fcd8b4dc6096347036c9#diff-ecd504e117f5a7eedb2f2df5df3a32ac6bc85e21c870ff702c0de2771b33a21eL125-L129  Is there a...