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

This adds support for configuring SPIFFE Bundle Maps inside of credentials via xds bundles. See the gRFC for more detail https://github.com/grpc/proposal/pull/462 RELEASE NOTES: N/A

addresses: https://github.com/grpc/grpc-go/issues/7049 RELEASE NOTES: None

This adds support for configuring SPIFFE Bundle Maps inside of credentials via xds bundles. See the gRFC for more detail https://github.com/grpc/proposal/pull/462 RELEASE NOTES: N/A

Type: Security
Area: xDS
Area: Auth

### What version of gRPC are you using? Found the bug in v1.70.0 and confirmed it is wtill there in the HEAD of master. ### What version of Go are...

P2
Type: Bug
Area: RPC Features

Fixes: #7570 Added tests for cardinality violations : 1. Client should ensure a status `internal` error is returned for client-streaming RPCs if the server doesn't send a message before returning...

Type: Testing

We are seeing a race with the xDS client when the application has multiple grpc channels being created and shutdown at the same time, repeatedly. One possible way to get...

Type: Bug
Area: xDS

``` --- FAIL: Test (11.86s) --- FAIL: Test/EDS_ClusterResourceUpdates (5.01s) eds_impl_test.go:782: Created new snapshot cache... tlogger.go:116: INFO server.go:690 [core] [Server #640]Server created (t=+4.064[235](https://github.com/grpc/grpc-go/actions/runs/13392143576/job/37402121862?pr=8103#step:8:236)ms) eds_impl_test.go:782: Registered Aggregated Discovery Service (ADS)... eds_impl_test.go:782: xDS...

Type: Bug
Area: xDS

See https://github.com/grpc/proposal/pull/477 for details.

Type: Feature
Area: xDS

See https://github.com/grpc/proposal/blob/master/A76-ring-hash-improvements.md for context, design and implementation.

P1
Type: Feature
Area: Client
Area: xDS
Area: Resolvers/Balancers

Documentation PR: https://github.com/grpc/grpc/pull/38933 RELEASE NOTES: N/A

Type: Testing