Spring Retry Circuit Breaker opens if actual exception doesn't match a configured one

前端 未结 0 1746
北恋
北恋 2021-01-21 14:08

There is a use case when I have a method annotated by

@CircuitBreaker(include = HttpServerErrorException.class)

and this method throws HttpClient

相关标签:
回答
  • 消灭零回复
提交回复
热议问题