Naohiro Yoshida

Results 75 comments of Naohiro Yoshida

Hello orhun! Someday I would like to support Cloud Datastore, but I'm not currently using it so I have no plans to support it for at least 3 months.

Currently we only support AWS for workload identity federation. I have not yet investigated the details of how to work with github actions, but referring to the Go source, the...

@theoribeiro Now I published google-cloud-auth v0.13.2

> message.ack() returned an error status What error occurred? I tried to `subscribe()` using for exactly once delivery message, but I did not get any errors in `message.ack()` and could...

Thanks. We have identified the same error with the default settings in loadtest. This can be suppressed by adjusting `stream_ack_deadline_seconds` and `max_outstanding_messages`. Because `stream_ack_deadline_seconds` is set to 60sec and `max_outstanding_messages`...

It is our policy to use the latest versions of dependent libraries. Therefore, even if compatibility is broken, we will update to the latest version upon request. We welcome updates...

As you say, when a message remains in the queue at the time of `MessageStream` `drop`, it is not nacked and waits for redelivery. Therefore, we are currently considering the...

Hi jlunaq! Currently this lib doesn't support Cloud Logging API. But you can create by following steps. 1. Add the cloud logging proto into https://github.com/yoshidan/google-cloud-rust/blob/main/googleapis/build.rs ``` "googleapis/google/logging/v2/logging.proto", "googleapis/google/logging/v2/logging_metrics.proto", ``` 2....

Thanks for your suggestion. I think `client.query_with_storage(project_id, query)` would be better since it does not affect the existing intanface. Ideally, it would be best to abstract the return value Iterator...

Sorry for the late reply. This PR will allow anonymous access. https://github.com/yoshidan/google-cloud-rust/pull/217