Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poc_circuit_breaker

Blog post PT-BR Blog post EN

It defines two apps: A and B.

A is a microservice with two endppoints:

  • /success will always return 200
  • /failure will always return 500

B is a microservice that depends on A. It will call A, and depending on the response, will activate the circuit breaker.

Running

  1. $ go run app_a/main.go
  2. $ go run app_b/main.go

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages