/dubbox-hystrix

为Dubbo增加Hystrix断路器

Primary LanguageJavaApache License 2.0Apache-2.0

Add hystrix circuit breaker for dubbo.

Consumer reference add circuitbreak label and value is hystrix.

Example:

<dubbo:reference id="userInfoService" interface="cn.nickid.dbapi.leancloud.service.UserInfoService" circuitbreak="hystrix" />