Skip to content

Commit

Permalink
feat: introduce transparent client side health check (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
violin0622 committed May 8, 2024
1 parent 80e833a commit 239dde4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpcurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 239dde4

Please sign in to comment.