Open moh-abk opened 3 years ago
Ability to health check a gRPC service that has implemented GRPC Health Check
grpcurl grpc.domain.com:50051 grpc.health.v1.Health/Check { "status": "SERVING" }
Not using gRPC on my end, I'd be interested in a PR on this. Thanks!
Ability to health check a gRPC service that has implemented GRPC Health Check