From 5b0405974487fcb9f79013eb1d724b47630c1111 Mon Sep 17 00:00:00 2001 From: Violin <6880156+violin0622@users.noreply.github.com> Date: Tue, 7 May 2024 11:42:14 +0800 Subject: [PATCH] feat: introduce transparent client side health check --- 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"