Skip to content

Commit

Permalink
Merge t pushbranch 'master' of https://github.com/gabrielanhaia/larav…
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielanhaia committed Jun 24, 2020
2 parents 8b71fc0 + 3b93ae6 commit d03ded2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[![Build Status](https://travis-ci.com/gabrielanhaia/laravel-circuit-breaker.svg?branch=master)](https://travis-ci.com/gabrielanhaia/laravel-circuit-breaker)
![Licence](https://img.shields.io/badge/licence-MIT-green)
![Code Coverage](https://img.shields.io/badge/coverage-100%25-green)
![Licence](https://img.shields.io/badge/licence-MIT-blue)
![Package Stars](https://img.shields.io/badge/stars-%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85-yellow)
![Packagist Downloads](https://img.shields.io/github/downloads/gabrielanhaia/php-circuit-breaker/total)
![Packagist Downloads](https://img.shields.io/packagist/dt/gabrielanhaia/php-circuit-breaker)

## Under development
# PHP Circuit Breaker

PHP Circuit Breaker was developed based on the book "Release It!: Design and Deploy Production-Ready Software (Pragmatic Programmers)", written by Michael T. Nygard.
In this book, Michael popularized the Circuit Breaker.

When we work with microservices, it is sometimes common to call these systems, and they are not available, which ends up causing problems in our application. To prevent any problem on our side, and guarantee that a service will not be called loads of times, we should use a Circuit Breaker.

You can find more information about Circuit Breakers [here](https://martinfowler.com/bliki/CircuitBreaker.html).


0 comments on commit d03ded2

Please sign in to comment.