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

**io.grpc.StatusRuntimeException: INTERNAL: No value received for unary call** I'm getting this Exception message from my grpc unary call while running my signed apk . I get this RunTime Exception Only...

question

### What version of gRPC-Java are you using? `1.44.0` ### What is your environment? A client and server communicating over localhost. Operating system: `Mac OSX` JDK: `11.0.9` ### What did...

performance

Running a grpc server on android in java is not supported. Running an HTTP server on android is well supported and has many legitimate use cases. The same should be...

android

Android 11 package visibility is a common reason for a binding to fail during development, so mention this in the docs.

### What version of gRPC-Java are you using? Version 1.42.2 ### What is your environment? Linux ### What did you expect to see? I'm using the hedging retry policy via...

bug

As recently seen: ``` WARNING: [Channel: (xds:///)] Failed to resolve name. status=Status{​​code=UNAVAILABLE, description=Closed by server, cause=null} ``` This is being logged from ManagedChannelImpl: https://github.com/grpc/grpc-java/blob/7308d920346e2e1cae640ed1f7e4dfad1b032df8/core/src/main/java/io/grpc/internal/ManagedChannelImpl.java#L1891-L1893 I'm surprised that log statement exists...

bug
xds

Since Java 9 dropped `javax.annotation.Generated` users have had to explicitly depend on a dep (typically Tomcat's annotation API) to get the annotation. It'd be nice not to need that the...

enhancement

### What version of gRPC-Java are you using? 1.27.2 ### What is your environment? Linux, JDK8 ### What do you see? When a user uses an invalid service account key...

enhancement

The problem is when an application acts as a proxy, we need to know how can be distinghised the errors side where were produced. We need this because of the...

question

I have recently discovered that serverCallStreamObserver.isCancelled() cannot detect client disconnection when gRPC version is higher than 1.41.0. We have several dependencies related to gRPC, namely grpc-netty-shaded, grpc-protobuf, grpc-stub and grpc-testing....

bug