https://github.com/aidanwhiteley/books-gateway
A Spring Cloud Gateway project to provide an API gateway to the Books project APIs
https://github.com/aidanwhiteley/books-gateway
spring-boot spring-cloud-gateway throttle-requests timeouts
Last synced: 4 months ago
JSON representation
A Spring Cloud Gateway project to provide an API gateway to the Books project APIs
- Host: GitHub
- URL: https://github.com/aidanwhiteley/books-gateway
- Owner: aidanwhiteley
- Created: 2019-12-06T18:24:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T07:58:57.000Z (over 3 years ago)
- Last Synced: 2025-04-06T22:23:21.268Z (about 1 year ago)
- Topics: spring-boot, spring-cloud-gateway, throttle-requests, timeouts
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
[](https://sonarcloud.io/dashboard?id=com.aidan.books%3Agateway)
[](https://codecov.io/gh/aidanwhiteley/books-gateway/branch/master)
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.