Skip to content

Microservices using spring cloud. It demonstrate the key features of Spring Cloud eg. service discovery, the configuration server, circuit breaker,gateway, feign client.

Notifications You must be signed in to change notification settings

Eainde/spring-cloud-poc

Repository files navigation

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

About

Microservices using spring cloud. It demonstrate the key features of Spring Cloud eg. service discovery, the configuration server, circuit breaker,gateway, feign client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages