grpc: replace Dial APIs with NewClient
Replace deprecated grpc.Dial and grpc.DialContext calls with grpc.NewClient. Preserve DialTimeout behavior in the client dial flow with a health probe, rather than depending on experimental ClientConn.Connect() API. Signed-off-by: Wei Fu <fuweid89@gmail.com>
W
Wei Fu committed
60e856fe4405064d4e311b63b5bee9d04d4f2210
Parent: 4125079