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

`ReportLoad method` on the xDS client returns a struct, and the load store only exposes method to report load data, but not to verify the reported load data. Since, lrsclient...

Type: Internal Cleanup
Area: xDS

There have been several issues opened recently like [this](https://github.com/grpc/grpc-go/issues/8234) asking about not being able to see experimental metrics from wrr and xds. It is because they are not enabled by...

All these tests failed together and passed in next run - Test/End2End/test_the_reloading_feature_for_server_identity_callback_and_client_trust_callback - Test/End2End/test_client_custom_verification - Test/End2End/TestServerCustomVerification - Test/End2End https://github.com/grpc/grpc-go/actions/runs/15105499577/job/42453426886?pr=8329

Type: Testing
Area: Testing

Clients can configure **non** transparent retries either via `XDS` or via `ServiceConfig` however the `stats` handler have no good way to retrieve if a particular `RPC` method is a retry...

P1
Type: Bug
Area: Observability