Spring Actuator based gRPC Health Check
We use Spring Boot and gRPC on AWS ECS Fargate behind AWS Application Load Balancers. We wanted to allow the ALB to query Spring Actuator’s robust health checks. However, the default Tomcat Actuator interface adds substantial bloat to a microservice and requires a slightly more involved configuration listening on a second port. We decided to […]