사용자 도구

사이트 도구


java:resilience4j

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
java:resilience4j [2023/03/28 09:55]
kwon37xi
java:resilience4j [2023/09/21 16:53] (현재)
kwon37xi
줄 2: 줄 2:
   * [[https://github.com/resilience4j/resilience4j|resilience4j]]   * [[https://github.com/resilience4j/resilience4j|resilience4j]]
   * Fault tolerance library designed for functional programming   * Fault tolerance library designed for functional programming
-  * 실패시 처리 뿐만 아니라 호출량 조절을 위한 선적 Rate Limit 도 지원함.+  * CircuitBreaker, Bulkhead, RateLimiter, Retry, TimeLimiter, Cache 등을 제공해준다.
   * [[java:bucket4j|Bucket4J]]   * [[java:bucket4j|Bucket4J]]
  
줄 14: 줄 14:
   * [[https://github.com/RobWin|UndeclaredThrowableException Caused by IllegalAccessException with fallbackMethod · Issue #1770 · resilience4j/resilience4j]]   * [[https://github.com/RobWin|UndeclaredThrowableException Caused by IllegalAccessException with fallbackMethod · Issue #1770 · resilience4j/resilience4j]]
 <code java> <code java>
-Caused by: java.lang.IllegalAccessException: Class io.github.resilience4j.fallback.FallbackMethod can not access a member of class com.my.class with modifiers "private"+Caused by: java.lang.IllegalAccessException:  
 +  Class io.github.resilience4j.fallback.FallbackMethod can not access a member of class  
 +  com.my.class with modifiers "private"
 </code> </code>
 +
 +===== bulkhead =====
 +  * [[https://resilience4j.readme.io/docs/bulkhead|Bulkhead]]
 +
 ===== 참조 ===== ===== 참조 =====
   * [[https://javatechonline.com/how-to-implement-fault-tolerance-in-microservices-using-resilience4j/|How To Implement Fault Tolerance In Microservices Using Resilience4j? | Making Java Easy To Learn]]   * [[https://javatechonline.com/how-to-implement-fault-tolerance-in-microservices-using-resilience4j/|How To Implement Fault Tolerance In Microservices Using Resilience4j? | Making Java Easy To Learn]]
  
java/resilience4j.1679964948.txt.gz · 마지막으로 수정됨: 2023/03/28 09:55 저자 kwon37xi