Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T07:58:57.000Z (over 1 year ago)
- Last Synced: 2024-10-03T23:21:32.565Z (about 2 months ago)
- Topics: spring-boot, spring-cloud-gateway, throttle-requests, timeouts
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 3
- 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.[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.aidan.books%3Agateway&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.aidan.books%3Agateway)
[![codecov](https://codecov.io/gh/aidanwhiteley/books-gateway/branch/master/graph/badge.svg)](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.