RepoNotes
Toggle theme
Loading ...
Sign in
grpc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
11995
30
508
Readme
Notes
New Note
Sign in to add notes for this repository
RN
grpc
2633
Followers
0
Following
31
Repos
No Twitter
A high performance, open source, general-purpose RPC framework
Branches
v1.26.x
v1.25.x
v1.24.x
Releases
V1.80.0
v1.79.0
v1.76.3
Commits
Replace javax ThreadSafe annotation with errorprone ThreadSafe (#12742) Replace the javax ThreadSafe annotation with the errorprone ThreadSafe annotation. This change should help downstream Java 9+ p
examples: Clean up Health, and document need for grpc-services For something like this, putting all the config together in service config is what we would want to encourage. Remove unused/needless va
xds: fix xDS HTTP CONNECT's transport socket name bug (#12740) fixes https://github.com/grpc/grpc-java/issues/12739
Issues
Client thread parked forever with queued ThreadlessExecutor tasks
MCS connection scaling interop tests for Java
IllegalStateException: transportShutdown() must be called before transportTerminated() when Android app goes to background