0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Check availability of upstream services periodically #20

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 4 years ago

If an upstream service is unavailable, upstream should not send request to that service.

0x1306e6d commented 3 years ago

UnprocessedRequestException will be thrown if upstream is unavailable and respond 503 Service Unavailable according to #81. So, checking availability is not need in now.