grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

The Java gRPC implementation. HTTP/2 based RPC

Results 408 grpc-java issues
Sort by recently updated
recently updated
newest added

Currently IntelliJ IDEA highlights blocking calls as a warning - as `AbstractBlockingStub` is annotated with `@CheckReturnValue`. I think as a separate feature, such an annotation can be also adde via...

Add two tags to the A66 metrics exported by the opencensus stats module. This will be picked up by the Cloud Monitoring pipeline and allow us to build dashboard off...

Closes #11232 As described in the original issue: If a CDS update revoke all subscribed resources, all EDS subscriptions will be cancelled. ### adjustResourceSubscription issue The first observation of the...

Converted existing ProtoReflectionService for v1.alpha to handle v1 protos and renamed it to ProtoReflectionServiceV1, and created a new ProtoReflectionService for v1.alpha that uses the V1 service's ServerServiceDefinition and modifies the...

Dependencies and versions: ``` bazel_dep(name = "grpc-java", version = "1.64.0") bazel_dep(name = "googleapis", version = "0.0.0-20240326-1c8d509c5", repo_name = "com_google_googleapis") bazel_dep(name = "rules_java", version = "7.4.0") bazel_dep(name = "rules_jvm_external", version =...

question

Changes for passing the error status via ResolutionResult, and enhancing the ResolutionResult for the same. This PR is branched from the branch used for https://github.com/grpc/grpc-java/pull/11313 that introduced onResult2 returning the...

Hi, sorry to bother. I did a lot of searches in google prior to open this question but I did not find any answer in the _grpc-java_ documentation or in...

question

gRPC uses ByteBufs from many non-Netty threads for message serialization. When the application has many threads, the per-thread caches can get out of hand. Start of relevant discussion: https://gitter.im/grpc/grpc?at=5ac698877c3a01610db0f27b User...