sentinel 之 @SentinelResource
摘要:@SentinelResource 定义了sentinel中的一种资源,以及对这种资源的熔断降级处理方式,优先级高于全局熔断限流,常用属性: value:资源名称(默认方法名),用于sentinel的后台配置策略 blockHandler: 限流策略 fallback: 熔断降级策略注意,熔断限流策
阅读全文
posted @
2021-09-05 21:35
南城依旧
阅读(194)
推荐(0)
sentinel 之 SentinelRestTemplate
摘要:SentinelRestTemplate用于 sentinel 集成 RestTemplate添加在 RestTemplate 主键上,全局的限流容错处理,优先级低于局部限流容错注解 @SentinelResource 例如: package com.example; import com.alib
阅读全文
posted @
2021-09-05 21:19
南城依旧
阅读(1173)
推荐(0)
sentinel异常集
摘要:sentinel 2.1.0.RELEASE jdk 1.8.0_252 在使用sentinel 动态配置时,解析配置文件错误,异常如下 Failed to bind properties under 'spring.cloud.sentinel.datasource.ds1.file.rule-t
阅读全文
posted @
2021-09-05 20:06
南城依旧
阅读(299)
推荐(0)