Handling Microservice Failures in a Consul-Managed Architecture

15 Views Asked by At

In my microservice-based architecture that utilizes Consul as a service registry, if one of the services registered in Consul fails its health check, will the API gateway redirect requests to that microservice?

So, I want to determine whether my API gateway is still sending requests to a microservice that has failed its health check.

0

There are 0 best solutions below