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

The Java gRPC implementation. HTTP/2 based RPC

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

Finishes the remaining work of [A94](https://github.com/grpc/proposal/pull/485/files)

Follow-up investigation for #12524. ### Symptom When running tests with Tomcat 10 Embedded, we encounter `java.lang.IllegalStateException: The output buffer object has been recycled and is no longer associated with this...

bug
help wanted

#### Description Add BCR publishing automation with workflow and configuration Based on https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/grpc-java and https://github.com/bazel-contrib/publish-to-bcr/tree/main?tab=readme-ov-file#setup

Hello gRPC team, I’m running into an intermittent issue with gRPC-Java 1.60.1 where calls suddenly fail with: "INTERNAL: RST_STREAM closed stream. HTTP/2 error code: FLOW_CONTROL_ERROR" - Has anyone encountered this...

question

### What version of gRPC-Java are you using? gRPC-Java 1.75 ### What is your environment? Linux arm64,JDK 17.0.15 ### What did you expect to see? The blocking stub should return...

This PR sits on top of #12491 , so only the last commit + any fixups need to be reviewed. This commit introduces configuration objects for the external authorization (ExtAuthz)...

This PR sits on top of #12497 , so only the last commit + any fixups need to be reviewed. This commit introduces the `ExternalAuthorizationFilter`, an implementation of the `Filter`...

This PR sits on top of https://github.com/grpc/grpc-java/pull/12496, so only the last commit + any fixups need to be reviewed. This commit introduces the `ExtAuthzServerInterceptor`, a server interceptor that performs external...

This PR sits on top of https://github.com/grpc/grpc-java/pull/12495, so only the last commit + any fixups need to be reviewed. This commit introduces the client-side implementation of the external authorization filter....