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 supported25 Subscribers
Add a CodeTriage badge to grpc-go
Help out
- Issues
- internal: check all loggings and make sure it is compliant with logging usages
- New CallOption: grpc.ManualCancel
- Remove old code generation methods of stream methods in service interfaces
- Unsupported codec on server should fail with Unimplemented instead of attempting to use proto codec
- Ability to use a single interceptor for both unary and streaming RPCs
- Under 80% network utilization for LAN networks with large messages and high concurrency
- testing: add tests covering races in server settings handshake
- Create benchmarks for header metadata
- Implement compression interop tests
- transport: add tests to verify that client/server sends RST_STREAM(NO_ERROR) if not half-closed when receiving trailers
- Docs
- Go not yet supported