Easwar Swaminathan
Easwar Swaminathan
This is a cause for some of the flakiness in https://github.com/grpc/grpc-go/issues/5231.
Dumping some state here based on a discussion with @dfawley - We *could* move the pickfirst behavior out of the channel into the `pick_first` LB policy. This might be better...
We are in the process of making some significant changes to the `pick_first` LB policy implementation. We have a couple of proposals out, that talk about the upcoming changes. See...
As part of this change, it would also be good to fix our [script](https://github.com/grpc/grpc-go/blob/master/regenerate.sh) which compiles the proto files. Currently we have a copy of this proto file in our...
> I see that [v1 has it](https://github.com/grpc/grpc-proto/blob/d653c6d98105b2af937511aa6e46610c7e677e6e/grpc/reflection/v1/reflection.proto#L26)--should I open a separate PR to add a similar line to v1alpha? That would be cool if you could do it. Thank you...
@buzzsurfr : Just checking in to see if there is any update here. Thanks.
@ZhenLian : Do you mind taking a look at this?
Current code puts the subConn in `IDLE` if it is updated with an empty address list, which seems the right thing to do. Also, `UpdateAddresses` is now marked deprecated and...
Given that the `net` package now supports parsing of IPv6 scoped literals, all we need to do is to ensure that this actually works for us, and to have a...
@hexfusion: since this has become more of a priority for us, we are assigning this to @arvindbr8. Hope you can find some other issue that you are interested in and...