About
Health checks are needed in a microservices environment to determine if a node needs to be removed. MicroProfile Health allows you to define and use health checks. Martin Stefanko shows you how to:
- Define a Health Check
- Construct a Health Check Response
- Add custom data to the Health Check Response
- Understand and use the HTTP Status Codes associated with MicroProfile Health