天天看點

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

啟動指令 需要更換 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