An API Gateway is an immense part of an microservices/ monolithic application. Spring cloud Gateway is one such implementation by spring framework . It provides capability to implement an API Gateway , Circuit breaker and Rate limiter and much more.
Github Repository:
SpringCloudGateway : https://github.com/coded-tribe/spring...
books service : https://github.com/coded-tribe/books.git
countries service : https://github.com/coded-tribe/countr...
#CodedTribe #SpringCloudGateway #ApiGateway #RateLimiter