Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 807 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 807 Bytes

gateway

A Spring Cloud Gateway project to provide an API gateway to the Books project APIs.

Provides throttling and timeouts on calls to to the microservices.

Integrates with a Eureka service registry to know which microservice instances are active to know where to route calls to.

Quality Gate Status codecov

The checked in Spring profile is "test" to allow tests to run stand alone. To use the project with a Euerka service registry set the spring.profiles.active to default.