Walter Wilfinger

Results 9 comments of Walter Wilfinger

https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/logging/resource_logging_bucket_config.go#L138-L140 Perhaps this works for other `parent` types like "folder" and "organization", but doesn't work as well with "project"? I don't have folder or orgs set up for GCP so...

My original post was opened against the provider v4.81.0. I reproduced this morning with both the latest v4.84.0 and the v4.75.0 you used. To be clear, the import is successful...

> are you actually using a google_project datasource to feed the project field of the google_logging_project_bucket_config resource? The project id as a string literal right on the resource, like `project...

I may be seeing this same issue, but it might be different. Let me know and I can open a separate issue if needed. All these reproductions were using `@gprc/[email protected]`,...

> can you clarify what you are seeing there? I'm seeing both. Sorry about being unclear. With no changes to gax-nodejs, I would only ever see the "Total timeout of...

After a few goof-ups, I was able to reproduce and grab trace logs. This was with: - `@grpc/[email protected]`. Only patches I made here was to write trace logs to a...

Thanks so much for the detailed response. I'll turn on keepalives and see what happens. > That is correct. 918 is the ID for a transport, not a subchannel. That...

(I think the keepalives will help our production deployment. I haven't seen it again in production but we were only seeing it about once a month or so anyway. I'm...

https://github.com/wwilfinger/grpc-pubsub-fake-public/ I can reproduce locally consistently with this code. I had most of this already written so it's not a very minimal reproduction. The Golang gRPC server in this has...