Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对resilience4j 相当陌生。我想知道在同一个断路器配置下是否可以为不同类型的异常设置不同的 failureRateThreshold 设置。我找不到同样的例子。任何帮助将不胜感激。
不,这是不可能的。但这是一个有趣的想法。你为什么需要它?
不可能开箱即用,但您可以使用两种不同的装饰器来模拟这种行为:在内部装饰器中,使用一个failureRateThreshold,您必须忽略外部装饰器使用ignoreExceptions. 所以外部装饰器将使用他自己的failureRateThreshold.
failureRateThreshold
ignoreExceptions