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

I've seen this a few times now. It cannot determine that the server started in Load Balancing Example: ``` testing: features/load_balancing successfully built server waiting for server to start cannot...

P2
Type: Testing
Area: Testing

Currently, Outlier Detection currently lives in xds/internal/balancer. This means unless you import the full xds package, a user cannot deploy this through a service config directly on their channel. From...

P2
Type: Internal Cleanup
Area: xDS

### What version of gRPC are you using? 1.66.2 ### What version of Go are you using (`go version`)? N/A ### What operating system (Linux, Windows, …) and version? N/A...

Type: Bug
Area: Transport

As part of fixing #7556 , we create a new delegating resolver that that handles proxy configuration and delegates to child resolvers for target and proxy address resolution and does...

Type: Bug
Area: Resolvers/Balancers

To fix internal b/364405720 ("Provide xDS node id in control plane errors (Golang)"). RELEASE NOTES: none

Fixes: #7592 RELEASE NOTES: - xds: fixed a bug which sometimes prevented a server to be used with multiple clients with different configurations.

Type: Bug

As part of the [dualstack changes described in A61](https://github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#generic-health-reporting-mechanism), ejection updates need to be delivered through the health listener instead of the raw connectivity listener. Outlier Detection will continue to...

Type: Feature
Area: Resolvers/Balancers

As part of the [dualstack changes described in A61](https://github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#generic-health-reporting-mechanism), client side health check updates need to be delivered through the health listener instead of the raw connectivity listener. This PR...

Type: Feature
Area: Resolvers/Balancers