grpc-ecosystem / grpc-ecosystem/grpc-spring

Provide a gRPC server health check

Open
#433 12 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
3.7k
Forks
858
PR merge metrics
No merged PRs in 30d

Description

**The problem**

Monitor the health of a gRPC server app.

**The solution**

Provide a gRPC server `HealthEndpoint`. My blog post on this matter may be useful.
https://blog.asarkar.com/technical/grpc-kubernetes-spring/

**Alternatives considered**

Implement myself.

**Additional context**

Also note that starting with version 2.3.0.RELEASE, Spring Boot provides liveness and readiness information under Actuator health endpoint. See [Kubernetes Probes](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-kubernetes-probes) for details.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.