grpc-go
https://github.com/grpc/grpc-go
Go
The Go language implementation of gRPC. HTTP/2 based RPC
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported23 Subscribers
Add a CodeTriage badge to grpc-go
Help out
- Issues
- interop: implement client_compressed_unary and server_compressed_unary tests
- xds/resolver: drop field references on Close to prevent retention across ClientConn recycle
- xds/extauthz: add clientInterceptor implementation for gRFC A92.
- transport: optimize header field allocation
- stats: expose client authority in OutHeader
- xds: add internal ResourceNameFunc server option
- stream: clientStream has 33B alignment padding; grouping bool fields reduces alloc class from 288B to 256B
- stream: group bool fields at tail of clientStream to reduce allocator size class 288B→256B
- Why grpc-go doesn't have ReadTimeout and WriteTimeout to control the connection's read and write
- A75: Add missing E2E test cases for xDS aggregate cluster
- Docs
- Go not yet supported