bliblidotcom / blibli-backend-framework

Blibli.com Backend Framework
https://www.blibli.com/
Apache License 2.0
75 stars 13 forks source link

[WIP] api-client: add circuit breaker with resillience4j #31

Closed adhikasp closed 2 years ago

adhikasp commented 4 years ago

This add circuit breaking mechanism using spring-cloud-circuitbreaker and resillience4j implementation.

TODO

2020-06-11 03:10:30.644 ERROR [,,,] 477254 --- [           main] c.b.o.b.a.error.DefaultApiErrorResolver  : CircuitBreaker 'helloApiClient' is OPEN and does not permit further calls

io.github.resilience4j.circuitbreaker.CallNotPermittedException: CircuitBreaker 'helloApiClient' is OPEN and does not permit further calls