An open API service indexing awesome lists of open source software.

https://github.com/tofazzaltopu/spring-cloud-microservice

Design microservice architecture with spring cloud (Eureka Server, Eureka Client, API Gateway, FeignClient, Cloud Config Server)
https://github.com/tofazzaltopu/spring-cloud-microservice

api api-gateway bootstrap cicid docker eureka-client eureka-server feign-client java jenkins jwt-authentication kafka kubernetes microservices restful-api spring springcloud springcloud-config springsecurity

Last synced: 4 months ago
JSON representation

Design microservice architecture with spring cloud (Eureka Server, Eureka Client, API Gateway, FeignClient, Cloud Config Server)

Awesome Lists containing this project

README

          

# Spring-cloud-microservice

Design microservice architecture with Spring Cloud (Eureka Server, Eureka Client, API Gateway, FeignClient, Cloud Config Server, Histryx)

Eureka Server: Configure Eureka Server to register services.

API Gateway: Automatic Routing

Circuit Breaker: To handle cascading failure.

Load Balancer: Route distributes traffic to the available services.

FeignClient: For service-to-service communication.

Rate Limiting: Limit the number of calls from a user to an endpoint.

Retry: Retry API calls if there is a failure.

Cloud Config Server: To fetch credentials from the external server.