tree: 8d3fa58ca0b52d81a9ab8690463773ecdb788c2d [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
dubbo-samples-resilience4j/dubbo-samples-resilience4j-springboot2/README.md

dubbo spring hystrix sample

Start Provider

Run AnnotationProvider

Start Consumer

Run AnnotationConsumer

Result

  1. Start provider
  2. Start consumer
  3. The provider print java.lang.RuntimeException: Exception to show hystrix enabled. The exception stack conatins hystrix command info.
  4. The consumer print result :hystrix fallback value, which means hystrix fallback configuration is effect.