Easwar Swaminathan
Easwar Swaminathan
https://github.com/grpc/grpc-go/actions/runs/9912020526/job/27385944817?pr=7408
https://github.com/grpc/grpc-go/actions/runs/10206168575/job/28238482724?pr=7476
Based on offline discussions, we think it makes sense to keep the bootstrap functionality in `internal/xds/bootstrap` since it is being used from outside of the xDS tree. Also, putting it...
A bunch of cleanup happened in https://github.com/grpc/grpc-go/pull/7299.
> gRPC in websocket.Conn Could you please be more specific.
Providing a custom way to handle the incoming connection is not something we are very keen on doing. Would one of the following options work for you? - Run your...
> I tried them. But it has some bugs. Could you provide details on what you tried and what bugs you found? Thanks.
> I tried wrapped to net.Listener, but I can't immediately determine if the connection is closed. From your wrapped `net.Listener` you can return a wrapped `net.Conn`, whose `Close` method should...
Please go for it 👍 FYI: We have a [ServiceRegistrar](https://pkg.go.dev/google.golang.org/grpc#ServiceRegistrar) interface that is implemented by both the `grpc.Server` and `xds.GRPCServer`, and ideally, the `stubserver` package should accept this as an...
I actually have some WIP changes for this. Do you mind using that as a starting point? Else, I can try finishing them up when I find time.