API Health check

Micro service API’s need a way of providing liveness events to Clients and Gateway applications. Application frameworks such as Spring Boot provide mechanisms for enabling Health Check implementation automatically through the Actuator. In Mulesoft a simple mechanism like the one below can be added to a common layer and reused in your API’s. The Health …