grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

The Go language implementation of gRPC. HTTP/2 based RPC

Results 594 grpc-go issues
Sort by recently updated
recently updated
newest added

https://github.com/zasweq/grpc-go/actions/runs/3099894871/jobs/5019571243

P2
Type: Testing

This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...

Type: Meta

Use `strings.Builder` (introduced in Go 1.10) instead of `bytes.Buffer`. Also call `fmt.Fprintf` directly on the builder. This improves performance both in terms of CPU and memory consumption: ``` name old...

Type: Performance

👋 Hiya! This could be a contentious change or maybe one that needs a lot of exhaustive testing. I added a sync.Pool and refactored a bit to reduce allocations for...

This PR is a full-fledged refactor of the transport layer implementation of the `xdsclient`. It does not touch the existing implementation, and therefore existing implementation will be the one being...

Type: Internal Cleanup

Fixes https://github.com/grpc/grpc-go/issues/5542 This PR cleans up the old implementation in https://github.com/grpc/grpc-go/tree/master/xds/internal/balancer/orca and gets the `grpc` package to use the new one (by registering the `Parser` interface from the new code)....

Type: Internal Cleanup

RELEASE NOTES: * grpc: restrict status codes from control plane (gRFC A54)

Type: Behavior Change

Hi We have a go grpc client (1.39) running in US and a go grpc server(1.39) on APAC. Both on AWS. We are opening a grpc channel and executing unary...

Type: Question
Status: Requires Reporter Clarification

Hi, I am wonder is the [A52: gRPC xDS Custom Load Balancer Configuration](https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md) supported? searched around, can't find a clear answer I tried with latest release 1.49.0, doesn't seem to...

P2
Type: Feature

Currently, there are two extensions that we need to care about: - the `TransportSocket` extension where we check for `name` field to be `envoy.transport_sockets.tls`, and - the custom cluster type...

P2
Type: Bug
fixit
Area: xDS