Reactive API Gateway using spring-cloud-gateway with Spring Boot dependencies in version 2.3.x.
General project configurations such as Circuitbreaker and among many others possible.
- see example: configuration class
Filters can intercept a request from the gateway allowing you to manage this call before or after being redirected to the destination api. Examples of filters would be, for example, security filters, log and within several others.
- see example: filter class
This gateway implementation is configuration-oriented allowing management of all routes with the application running using the config-server.
- see configuration example: configuration file