Run org.apache.dubbo.samples.annotation.AnnotationProvider
Run org.apache.dubbo.samples.annotation.AnnotationConsumerBootstrap
- Start provider
- Start consumer
- The provider print
java.lang.RuntimeException: Exception to show hystrix enabled
. The exception stack conatins hystrix command info. - The consumer print
result :hystrix fallback value
, which means hystrix fallback configuration is effect.