-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
Google\Cloud\Core\Exception\ServiceException: Invalid JSON response
/hyperf/vendor/google/cloud-core/src/RequestWrapper.php:368
/hyperf/vendor/google/cloud-core/src/RequestWrapper.php:207
/hyperf…
-
**Description**
There have been times when Rekor is successful in writing a new entry to the transparency log, but fails to write to Redis. It would be possible to improve this by adding retry logi…
-
We have use case to pass the opentelemetry trace and span id's across the pubsub. it would be great, if we have this implemented as part quarkus extension rather than writing our own implementation. B…
-
When using `spring-cloud-gcp-starter-sql-{postgresql,mysql}`, one needs to explicitly disable these and point Spring to a new datasource in `application-test.properties`:
```properties
spring.clou…
-
Hello all, I'm having a problem where I'm using the pubsub protocol to send events in binary mode and was expecting the `datacontenttype` to be sent as the `ce-datacontenttype` attribute as per the Go…
-
I have SpringBoot App deployed in GKE pod, that pulls messages from pubsub:
```java
PubSubInboundChannelAdapter adapter = new PubSubInboundChannelAdapter(pubSubTemplate, subscription);
logger.in…
-
# Claudia and Michael triage
# fixes (will get past permissions issues running terraform)
- reentrant bootstrap script has switched to seed project from boostrap - return back to bootstrap
- reentr…
-
As of #2441, `PubSubReactiveFactory`'s constructor accepts `maxMessages` for requesting a batch of messages up to this number when polling Cloud Pub/Sub.
We should introduce a property `spring.clou…
-
feature request to add support for providing google `id_tokens` through vault.
These tokens can be derived from service accounts or GCE metadata server that can then be used to authenticate against…