Skip to content

atulquest93/microservice-circuit-breaker-with-hystrix

Repository files navigation

Cloud Native Example Project with Eureka , Microservices, Zuul, Ribbon & Hystrix

Spring tool suite project contains:

  • Eureka Server
  • 2 Microservices that can auto register to Eureka Server
  • Hystrix fallback method implementation
  • Zuul Reverse Proxy / Request Filter & load Balancer
  • Ribbon Client side load balance and easy microservice mapping

Run

mvnw spring-boot:run

#Eureka Dashbaord

  • Run the Eureka server with mvnw spring-boot:run
  • Run microservices one by one mvnw spring-boot:run. Microservices will auto-regsiter themselves with Eureka Server

Alt text

#Hystrix

  • To be Updated

#Zuul Request Routing & Request filter

  • To be Updated

#Ribbon

  • To be updated

About

Implementation of Cloud Native Architecture with Netflix OSS Components using Spring boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published