Monday, 4 February 2019

Handling failed requests with micro services

I am working on a project and am wondering how to handle bad requests from my API gateway. Currently, I have it throwing an error but I know that is not the best solution. My idea was just to send a res.status(500) but I am thinking there might be a better way. How do/would you handle bad requests to microservices from your API gateway.

Submitted February 04, 2019 at 11:43PM by jsdfkljdsafdsu980p

No comments:

Post a Comment