Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 619 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 619 Bytes

Spring Cloud Proof of Concept

Click ⭐ if you like the project. Pull Request are highly appreciated.

This POC covers below topics:

  • Store configuration details on the cloud using CloudConfig
  • Load Balance requests between microservices using Ribbon and Spring cloud load balancer
  • Discover services in cloud using Eureka
  • Increase resilience through Hystrix and Resillience4j
  • Use asynchronous communication to improve performance
  • Create an API gateway using Zuul and Spring cloud gateway
  • Simplify REST calls through Feign
  • Monitor your microservices through Turbine, Sleuth, Zipkin and Prometheus