Skip to content

Latest commit

 

History

History

CircuitBreaker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Steeltoe Circuit Breaker Sample Applications

This repo tree contains two samples illustrating how to use Steeltoe Circuit Breakers.

One sample uses ASP.NET Core, the other uses ASP.NET MVC/WebAPI, but both share the following characteristics:

  • Fortune Teller Service - a microservice for providing fortunes
  • Fortune Teller UI - an MVC application that wraps calls for retrieving fortunes from the back-end service with circuit breakers
  • Service discovery via Spring Cloud Eureka Server (the service registers itself, the UI discovers the service)

The application also illustrates how to use the Hystrix dashboard, both on Cloud Foundry and locally, for monitoring the status of Hystrix commands.

Building & Running

Each project in each sample contains a Readme for instructions on building and running each app.


See the Official Steeltoe Circuit Breaker Documentation for a more information