In this article, we discuss how Spring Cloud Gateway FilterFactories can handle errors in incoming requests and responses. We explore a scenario where a custom gateway filter factory mutates incoming requests and one backend microservice responds with HTTP-400 or HTTP-404 status codes.
Read More