Skip to content

Reactive API Gateway using spring-cloud-gateway with Spring Boot dependencies in version 2.3.x.

Notifications You must be signed in to change notification settings

danilo-assuncao/spring-boot-reactive-api-gateway-sample

Repository files navigation

Reactive API Gateway Sample

Reactive API Gateway using spring-cloud-gateway with Spring Boot dependencies in version 2.3.x.

Configuration

General project configurations such as Circuitbreaker and among many others possible.

Filters

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.

Route Configuration Pattern

This gateway implementation is configuration-oriented allowing management of all routes with the application running using the config-server.

About

Reactive API Gateway using spring-cloud-gateway with Spring Boot dependencies in version 2.3.x.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages