grpc-java
grpc-java copied to clipboard
The Java gRPC implementation. HTTP/2 based RPC
Switching to new API to allow eventual deprecation of handleResolvedAddresses()
The recommended way to load dependencies from `rules_jvm_external` is to make use of the `@maven` workspace, and the most readable way of doing that is to use the `artifact` macro...
### What version of gRPC-Java are you using? 1.49.0 Also grpc-kotlin 1.3.0 ### What is your environment? MacOS 12.5.1 with OpenJdk 17.0.2 Ubuntu 18.04.3 with OpenJdk 17.0.3 ### What did...
### What version of gRPC-Java are you using? 1.45.0 ### What is your environment? MacOS jdk 8 ### What did you expect to see? I expect gRPC-okhttp be able to...
### Is your feature request related to a problem? The protobuf compiler `protoc` supports a few non-x86 machine architectures such as `aarch64`, `ppcle`, and `s390x` which are not supported by...
Our current okhttp version (2.7.4 Feb 2016) does not support TLS 1.3 https://github.com/grpc/grpc-java/blob/cb8b0679add2d389cfd15cd34e11c3577e3de2cb/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ConnectionSpec.java#L60 Okhttp3 supports that. Since we don't have a short-term plan for upgrading to okhttp3, we may consider...
### What version of gRPC-Java are you using? 1.49.1 ### What is your environment? JDK 17 , linux ### What did you expect to see? NO LEAK DETECTION message ###...
### Is your feature request related to a problem? In Bazel 6, a new feature called `bzlmod` will ship. This is like a "package manager for Bazel rulesets", and using...
As of Bazel 4, protoc and most tools are depended on via the exec configuration rather than the host configuration. By also using the exec transition in grpc-java, unnecessary (and...
### What version of gRPC-Java are you using? `io.grpc:grpc-netty-shaded:1.46.0` ### What is your environment? macOS / Linux / JDK 15 / Jetty 10 ### What did you expect to see?...