grpc-java
grpc-java copied to clipboard
The Java gRPC implementation. HTTP/2 based RPC
Possibly related to #7037 ### What version of gRPC-Java are you using? 1.48.1 ### What is your environment? 1. Linux (Debian Bookworm), JDK 11 2. Distroless Java 11 (gcr.io/distroless/java11-debian11:nonroot) ###...
The default idle timer of 30 minutes is inappropriate for cross-process Android bindings, so use a more aggressive default. Also, add an option to enable "strictLifecycleManagement" on a binder-based channel....
Supporting grpc-web clients is possible only through a reverse proxy like Envoy which might reduce the performance. Is it possible to add direct support as [this wrapper for grpc-go](https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb)?
This PR adds s390x binaries to the maven artifacts published for this component. This PR builds on changes that were added with #6441 and #9284
This includes: - io.grpc.util.CertificateUtils.getX509Certificates - io.grpc.util.CertificateUtils.getPrivateKey (More to be updated...)
- Added trailer operations - Moved from `header` to `metadata` - The interceptors now capture received metadata instead of logging them. - On the client-side, received metadata is checked by...
### Discussed in https://github.com/grpc/grpc-java/discussions/11009 Originally posted by **dockndev** March 13, 2024 Use Case : We are using gRPC in our microservices setup, where gRPC is utilized for internal communication, while...
> [!CAUTION] > Work in progress, do not merge. Fixes #10849
### What version of gRPC-Java are you using? 1.62.2 ### What is your environment? N/A ### What did you expect to see? I expected to see the grpc-opentelemetry module added...
We use in process servers for testing which currently does not allow the use peer uids due to InProcessBuilder not setting the correct values. Adding a test only interceptor so...