sentinel 1.8.5 流控规则持久化到 nacos

在 Sentinel 1.8.5 基础上增加了

1. 限流规则 自动持久化到 nacos

2. 熔断规则 自动持久化到 nacos

3. 系统规则 自动持久化到 nacos

修改后的源码地址

sentinel: 在 Sentinel 1.8.5 基础上增加了1. 限流规则 自动持久化到 nacos2. 熔断规则 自动持久化到 nacos3. 系统规则 自动持久化到 nacos

或者直接下载 编译后的jar包 sentinel-dashboard.jar

(86条消息) Sentinel-dashboard1.8.5流控规则持久化到ncos板-Java文档类资源-CSDN文库

sentinel 1.8.5 流控规则持久化到 nacos_第1张图片

启动命令 需要更换 nacos 地址 命名空间 组 等信息

java -Dnacos.serverAddr=192.168.31.100:8848 -Dnacos.namespace=TEST -Dnacos.groupId=DEFAULT_GROUP -jar sentinel-dashboard.jar

启动后访问地址

http://localhost:8858/

新增流控规则后nacos中会自动持久化sentinel 1.8.5 流控规则持久化到 nacos_第2张图片

你可能感兴趣的:(sentinel,java)