-
#### Environment details
1. PubSub Java client seems to be incompatible with java-logging-logback.
2. OS type and version: Windows, Linux
3. Java version: 17
4. version(s): `1.127.2`, and `v0.1…
augi updated
2 months ago
-
## What/Why
### What are you proposing?
There are bunch gaps for having E2E protobuf and API spec release:
1. Open api spec not in sync with core API and lack of automation and enforcement
2. Lack…
-
The expectation for unary responses is that the server will respond with an message or an error. If the server responds with a message and an error, the message should be thrown away. The async API cu…
-
io.grpc 1.66.0 added support for server reflection v1, see https://github.com/grpc/grpc-java/issues/6724.
io.grpc now comes with
* [ProtoReflectionServiceV1](https://github.com/grpc/grpc-java/blob/m…
-
This issue tracks the status of migrating languages to the Bzlmod version of the rules. Some languages are complete, some are blocked by external factors and some just need some time spent bringing th…
-
**Is your feature request related to a problem? Please describe.**
We use secret manager in our spring boot production app. From time to time, we get `DEADLINE_EXCEEDED` errors when accessing a sec…
-
### What version of gRPC and what language are you using?
grpicio=1.59.0+ , Python 3.10
### What operating system (Linux, Windows,...) and version?
Linux ( Ubuntu 20.04.6 LTS (GNU/Linux 5.15…
-
**Description**
There is very little information on how Camunda users can set up custom client middleware. The only mention is [here](https://docs.camunda.io/docs/next/apis-tools/java-client/job-wo…
-
Currently, Armeria's `HttpJsonTranscodingService` doesn't support streaming messages and throws an exception.
https://github.com/line/armeria/blob/104855af85783b40aba4750a15b5b79159f65e3a/grpc/src/…
-
grpc version: 1.52.1
java version: 1.8
Now my client uses 100 threads, each thread sends 1M data, the server directly returns the response, I set the out-of-heap memory size limit to 512M, the…