google-cloud-rust
google-cloud-rust copied to clipboard
Google Cloud Client Libraries for Rust.
Currently the "prefetched/buffered" messages that are in the MessageStream queue are silently dropped when MessageStream is dropped which causes the messages to be retried only after `stream_ack_deadline_seconds` passes and message...
`google-cloud-auth` provides a mechanism to get a token (presumably) from the application default credentials. Is there a way to determine the account associated with the token, either a user email...
If the resumable session is not complete the 308 response sends out headers that have the information regarding which bytes are still missing. This info is vital for resuming an...
I'm reaching out regarding the `google-cloud-storage` crate, specifically its dependency on `reqwest`. Currently, the crate relies on `reqwest` version `^0.11.0`. However, there is a need for compatibility with `reqwest` version...
Hi, I have GitHub Action CI workloads which authenticate to GCP using ['Workload Identity Federation through a Service Account'](https://github.com/google-github-actions/auth?tab=readme-ov-file#indirect-wif) following the configuration in the linked google-authored action. I have enabled...
I just spent a week troubleshooting, because I was using `subscribe()` to receive messages from my Pub/Sub subscription, and strangely, most acked messages were getting redelivered. At first I thought...
MAC os m3 , I used auth application-default login, and Im using the same json , but this is failling with json error: expected value at line 1 column 1...
This issue seems to happen to all clients ([nodejs](https://github.com/googleapis/nodejs-pubsub/issues/1135#issuecomment-1125061336), [ruby](https://github.com/googleapis/google-cloud-ruby/issues/16089), [python](https://github.com/googleapis/python-pubsub/issues/1026), etc), so most likely a expected broken behavior from GCP Pub/Sub. Per [documentation](https://cloud.google.com/pubsub/docs/streamingpull-troubleshooting), streaming pull always returns an error...