天天看點

SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel

SentinelResource注解詳解

SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel

@SentinelResource 相關源碼

com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect

com.alibaba.csp.sentinel.annotation.aspectj.AbstractSentinelAspectSupport

RestTemplate整合Sentinel

啟動類加上該注解即可

SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel

開關

resttemplate.sentinel.enabled

相關源碼

●org. springframework.cloud.alibaba.sentinel.custom.SentinelBeanPostProcessor

Feign整合Sentinel

SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel

限流降級發生時,如何定制自己的處理邏輯?

  • CC
  • SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel
  • SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel
  • SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel

如何擷取到異常?

相關代碼

● org.springframework.cloud. alibaba.sentinel.feign.SentinelFeign

Sentinel使用姿勢總結

SpringCloudAlibaba之Sentinel(一)- 實作容錯(下)SentinelResource注解詳解RestTemplate整合SentinelFeign整合SentinelSentinel使用姿勢總結生産環境使用Sentinel

生産環境使用Sentinel

◆ 推拉模式持久化規則

  • 推模式更佳

◆ AHAS

繼續閱讀