Implementing Spring Cloud Gateway Filters
Reading Time: 3 minutes Spring Cloud provides a different type of built in filters .So, they are many different type of Spring cloud Gateway filters. Also, we can create our own custom filters to suit our requirement. Spring Cloud Gateway Filters can be divided in two categories: Pre Filters Post Filters Using Predicates Spring Cloud Gateway determines which route should get called. Once it is decided the request is Continue Reading