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

- on clients this is exposed by setting a CallOption - on servers this is configured by calling a method on ServerCall or ServerStreamListener

Edit by @ejona86: Protobuf has resolved the incompatibility with protobuf-java 4.x. For current status, see my two comments starting at https://github.com/grpc/grpc-java/issues/11015#issuecomment-2470827638 --------- ### Is your feature request related to a...

enhancement

### Is your feature request related to a problem? `grpc-java` with `Netty` transport currently considers `Content-Type` header as a reserved header and disregards the value of `Content-Type` provided by user...

enhancement

This is the Java counterpart of grpc/grpc#14100. I've not actually tried to figure out what's going on it the C PR yet, so I have no clue how compatible this...

Hello! I have a problem with grpc queries in kotlin app when my app goes to background. I have a next scheme of relation between my app and backend -...

question
Waiting on reporter

Doing server.shutdown() after the TlsTest tests, because OkHttpServer.acceptConnections is looping creating transports which TSAN gets unhappy when they conflict with cleanup. Doing a shutdown at the end of each test,...

We've seen lots of flakes. I wanna say mostly in Kokoro, but this is the one most recently I saw. https://github.com/grpc/grpc-java/actions/runs/8256184976/job/22584330763#step:7:1556 ``` io.grpc.okhttp.TlsTest > hostnameVerifierFails_fails FAILED java.lang.AssertionError: Resources could not...

highly flaky

I think unary RPCs are used quite often, then in the service implementation we have to write 2 lines: ```java responseObserver.onNext(result); responseObserver.onCompleted(); ``` It seems logical to introduce a default...

enhancement

### What version of gRPC-Java are you using? 1.62.2 ### What is your environment? Linux, running in a Docker container based on image eclipse-temurin:21-jdk-jammy ### What did you expect to...

Waiting on reporter

### What version of gRPC-Java are you using? 1.54.0 ### What is your environment? openjdk version "11.0.17" 2022-10-18 OpenJDK Runtime Environment Temurin-11.0.17+8 (build 11.0.17+8) OpenJDK 64-Bit Server VM Temurin-11.0.17+8 (build...

Waiting on reporter