Should Health Checks call other App Health Checks
问题 I have two API's A and B that I control and both have readiness and liveness health checks. A has a dependency on B. A /foo - This endpoint makes a call to /bar in B /status/live /status/ready B /bar /status/live /status/ready Should the readiness health check for A make a call to the readiness health check for API B because of the dependency? 回答1: Service A is ready if it can serve business requests. So if being able to reach B is part of what it needs to do (which it seems it is) then it