91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Sentinel Dashboard集成Zookeeper持久化的方式

發布時間:2021-09-04 18:30:34 來源:億速云 閱讀:262 作者:chen 欄目:大數據

這篇文章主要講解了“Sentinel Dashboard集成Zookeeper持久化的方式”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Sentinel Dashboard集成Zookeeper持久化的方式”吧!

集成方式

拷貝test模塊對應文件到main對應位置,刪除引入test scope

Sentinel Dashboard集成Zookeeper持久化的方式

FlowControllerV2修改ruleProvider、rulePublisher 的@Qualifier為拷貝過來的FlowRuleZookeeperProvider、FlowRuleZookeeperPublisher

@Autowired
@Qualifier("flowRuleZookeeperProvider")
private DynamicRuleProvider<List<FlowRuleEntity>> ruleProvider;
@Autowired
@Qualifier("flowRuleZookeeperPublisher")
private DynamicRulePublisher<List<FlowRuleEntity>> rulePublisher;

靜態文件配置修改

Sentinel Dashboard集成Zookeeper持久化的方式

至此,打包后可以直接在控制臺修改規則寫入到zk

上面修改只針對FlowControllerV2改動,網關流控走的是GatewayFlowRuleController,對應的entity不一樣,參考上面改造新增GatewayFlowRuleZookeeperProvider、GatewayFlowRuleZookeeperPublisher,修改GatewayFlowRuleController持久化方式,

list.json 查詢直接查詢zk數據

//            List<GatewayFlowRuleEntity> rules = sentinelApiClient.fetchGatewayFlowRules(app, ip, port).get();
            List<GatewayFlowRuleEntity> rules = ruleProvider.getRules(app);

new.json、save.json、delete.json 內存存儲后同步持久化zk

entity = repository.save(entity);
publishRules(entity.getApp());
/**
 * zk 推送規則
 * @param app
 * @throws Exception
 */
private void publishRules(/*@NonNull*/ String app) throws Exception {
    List<GatewayFlowRuleEntity> rules = repository.findAllByApp(app);
    rulePublisher.publish(app, rules);
}

感謝各位的閱讀,以上就是“Sentinel Dashboard集成Zookeeper持久化的方式”的內容了,經過本文的學習后,相信大家對Sentinel Dashboard集成Zookeeper持久化的方式這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

上林县| 新田县| 如皋市| 昆山市| 耒阳市| 星子县| 宁晋县| 莲花县| 阿克苏市| 武强县| 舞阳县| 罗田县| 北票市| 贡嘎县| 惠州市| 正镶白旗| 星座| 勃利县| 西华县| 平凉市| 龙口市| 云阳县| 时尚| 杭锦后旗| 嵊州市| 闻喜县| 承德市| 寻甸| 丹棱县| 汉阴县| 平江县| 高州市| 博兴县| 东宁县| 九龙坡区| 德庆县| 南和县| 乐至县| 南陵县| 柳林县| 苍山县|