-
```kotlin
dependencies {
api("io.grpc:grpc-stub:1.68.0")
api("io.grpc:grpc-protobuf:1.68.0")
api("com.google.protobuf:protobuf-java:4.28.2")
api("com.google.protobuf:protobuf-java…
-
### Description of the bug:
I'm trying out Gemini 1.5 Flash (002) API and its long context. I prompt the LLM with the contents of a few (10) large PDF files. In the first interaction, I ask it to li…
-
The default gRPC response size limit is 4 MiB. The current maximum size for both of these methods is 1000.
- [ ] https://github.com/world-federation-of-advertisers/cross-media-measurement-api/pull/…
-
We have a customer who raised the following issue: https://github.com/googleapis/google-cloud-python/issues/13119. They're using an asynchronous call over the gRPC transport and are getting the follow…
-
### Environment
* Bun Version: `v1.1.33`
* Operating System version: `Linux 6.8.0-47-generic (Ubuntu)`
* Firebase SDK version: `firebase-admin@12.7.0`
* Firebase Product: `Firestore`
### Desc…
-
Evening!
Would it be possible to relax the requirement for grpcio>=1.67.1. It's causing a bunch of conflicts with another in-house library we build and use in our environment, which requires a sli…
-
- [x] This only affects the JavaScript OpenTelemetry library
- [ ] This may affect other libraries, but I would like to get opinions here first
I am trying to instrument my cucumber tests in NodeJ…
-
I had to add the env var `GRPC_ENABLE_FORK_SUPPORT=false` to the doc build CICD job to avoid the following errors:
```txt
I0000 00:00:1727451651.033756 11803 fork_posix.cc:77] Other threads are …
-
We followed all the instructions and can see data in Grafana and LokiDB. However, when the Backstage plugin tries to call the API, it consistently returns an empty result. In the dora-api logs, we obs…
-
Hi @shaj13 ,
Looks like current gprc protos do not expose cluster management apis, for example remove failed node from the cluster.
Are there any plans on doing so?
Thank you