grpc-go
grpc-go copied to clipboard
The Go language implementation of gRPC. HTTP/2 based RPC
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
### 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...
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...
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...
``` --- 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...
See https://github.com/grpc/proposal/pull/477 for details.
See https://github.com/grpc/proposal/blob/master/A76-ring-hash-improvements.md for context, design and implementation.
Documentation PR: https://github.com/grpc/grpc/pull/38933 RELEASE NOTES: N/A