Add health check to public-api (localhost:8080/health
). Healthcheck will fail notify if any services that it depends on fails. Currently, this means if you attempt to run public-api without product-api or payments, it will return this message:
error. the following services are down: product-api, payments
Otherwise, it returns ok
.