Darren Bolduc
Darren Bolduc
The problem with the proposed approach of just calling `channel->GetState(true)` is that the state of the channel might not get updated, unless it is being actively polled (by something like...
The class has been marked as deprecated in the documentation. It has not been scheduled for deletion, as there is no urgency to do so. I am going to leave...
This is the code to run the simulation in the article: https://github.com/aws-samples/aws-arch-backoff-simulator/blob/master/src/backoff_simulator.py I added our backoff algorithm: ```diff 34a35,39 > class ExpoBackoffCloudCpp(Backoff): > def backoff(self, n): > v = self.expo(n)...
Hey @antonjfernando2021 this is a good first issue. The settings in question are these (e.g. `GRPC_ARG_KEEPALIVE_TIME_MS`): https://github.com/googleapis/google-cloud-cpp/blob/659fe7072ee7a392dbd4b01be8b8debe2ffef941/google/cloud/storage/internal/storage_stub_factory.cc#L43-L59 The defaults are the values they are set to (e.g. `kDisableKeepaliveTime`). In the...
As @devbww mentioned, we have decided to separate the policies from the `grpc::ClientContext` configuration. We know want to capture all functionality listed here via `Options` (which may be per-call /...
I do not think we should generate the library at this time, because (as of writing this) there are no calls to make to the [v1 service](https://github.com/googleapis/googleapis/blob/487c2cba96ea55d866ae19b464b7e424d38e8aa4/google/cloud/gkeconnect/gateway/v1/gateway.proto#L36-L38) (There is only...
The functions are deprecated. They can be deleted (and the class can be simplified) on 2023-05-01.
https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/10292/33bbcb73895dc6e0421efeb0cd266bef92d6352f/fedora-36-cmake-cmake-single-feature/log-66121a3a-00d4-4a5f-9b0c-37bf856e5b40.txt
A customer is asking for this. See the discussion in: #10174
* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/a9905b0d-3843-4c00-932b-92af12e58288;tab=detail?project=cloud-cpp-testing-resources * Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/02f5f28d34e15f650ddc39351ff1c22c07452dfb/fedora-36-integration-daily/log-a9905b0d-3843-4c00-932b-92af12e58288.txt This was in `//google/cloud/bigtable/tests:instance_admin_integration_test`, running against prod