From 239dde4a627238c9e10894adebdcf52eca5cb565 Mon Sep 17 00:00:00 2001 From: Violin <6880156+violin0622@users.noreply.github.com> Date: Wed, 8 May 2024 22:47:02 +0800 Subject: [PATCH] feat: introduce transparent client side health check (#463) --- grpcurl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/grpcurl.go b/grpcurl.go index fb298c35..64fa4d35 100644 --- a/grpcurl.go +++ b/grpcurl.go @@ -28,6 +28,7 @@ import ( "google.golang.org/grpc/credentials" "google.golang.org/grpc/credentials/insecure" xdsCredentials "google.golang.org/grpc/credentials/xds" + _ "google.golang.org/grpc/health" // import grpc/health to enable transparent client side checking "google.golang.org/grpc/metadata" protov2 "google.golang.org/protobuf/proto" "google.golang.org/protobuf/types/descriptorpb"