gdcmarinho / match-making-game

🎮 Match making system for online game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply resilience patterns in all service borders

gdcmarinho opened this issue · comments

Apply some resilience patterns (like circuit breaker/retry) in service borders:

  • external services called with HTTP requisitions
  • message broker communication (RabbitMQ)

More informations about circuit breaker: https://microservices.io/patterns/reliability/circuit-breaker.html