Microservicios con Java y Spring Boot | 4.6 - Implementando un Circuit Breaker parte 2

Iniciando con Resilience4j

El modulo Resilience4j espera que <span style="background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; font-size: 0.875rem;"></span><span style="font-size: 0.875rem;">spring-boot-starter-actuator</span><span style="background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; font-size: 0.875rem;"> y <span style="background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; font-size: 0.875rem;"></span><span style="font-size: 0.875rem;">spring-boot-starter-aop</span><span style="background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; font-size: 0.875rem;"> ya estén disponibles en tiempo de ejecución. Si estamos usando webflux, también necesitamos <span style="background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; font-size: 0.875rem;"></span><span style="font-size: 0.875rem;">io.github.resilience4j:resilience4j-reactor</span><span style="background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: SFMono-Regular, Menlo, Monaco, Consolas, "liberation mono", "courier new", monospace; font-size: 0.875rem;">.


Escribe una respuesta