邓超
邓超
@ryanjbaxter I'd like to provide you such test cases, but I'm not familiar with RestTemplate and I'm little busy these weeks. Maybe I'll give it one more try this week.
@ryanjbaxter Hi, I finally have some time updating the sample repository, there is a [RestTemplateWarmup](https://github.com/DevDengChao/resilience4j-time-limiter-triggered-after-feign-response/blob/master/src/main/java/demo/dengchao/resilience4j/feign/RestTemplateWarmup.java) class now. I followed https://spring.io/projects/spring-cloud-circuitbreaker#core-concepts this guide to wrap a rest template inside resilience4j. You...
> If you use Spring Cloud 2021.0.4-SNAPSHOT and set the property spring.cloud.circuitbreaker.resilience4j.disableThreadPool=true I think things should work. Could you give that a try? @ryanjbaxter It works. thanks.
 I got these error recently, sometime it works, or not...=( It says `Network is unreachable`, but I'm sure I could connect www.google.com/ncr. Is there anything wrong?
```java public class JOORTests { private static int object = 0; private static int number = 0; private static int integer = 0; private static void overload(Object o) { System.out.println("object...
Any progress =-=?
Downloading the source code ... Trying to figure out what goes wrong ... Maybe a PR later ...
Maybe I should submit this at https://github.com/spring-cloud/spring-cloud-circuitbreaker 😆 --- UPDATED 2020-01-20 --- Submitted as https://github.com/spring-cloud/spring-cloud-circuitbreaker/issues/120
> Hi @DevDengCha, > If you share example minimal repo which describes your bug, I will try to help you. Here: https://github.com/DevDengChao/resilience4j-time-limiter-triggered-after-feign-response , just download it and run the application...
@chenzhongya 你可以用 ``` 包裹 yaml 内容, 渲染后的格式会更容易阅读一些. eg, input: ```yaml feign: circuitbreaker: enabled: true ``` output: ```yaml feign: circuitbreaker: enabled: true ```