grpc-go
                                
                                 grpc-go copied to clipboard
                                
                                    grpc-go copied to clipboard
                            
                            
                            
                        The Go language implementation of gRPC. HTTP/2 based RPC
`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...
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
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...