问答 2023-05-19 来自:开发者社区

从nacos拉取规则普通应用在sentinel控制台可以看到规则,但是网关看不到。

我实验几次日志打印都是正确的,并且规则都生效,唯一发现不同的是: 网关的日志 INFO [DynamicSentinelProperty] INFO [FlowRuleManager] Flow rules loaded: {} INFO App name resolved: cloud-gateway 普通应用的日志 INFO App name resolved: cloud-client-t....

问答 2023-05-19 来自:开发者社区

使用Spring Cloud Alibaba Sentinel与Nacos转换流量规则失败

nacos收到的流控规则如下: [{"app":"service-consumer","clusterConfig":{"fallbackToLocalWhenFail":true,"sampleCount":10,"strategy":0,"thresholdType":0,"windowIntervalMs":1000},"clusterMode":false,"controlBehavio....

问答 2023-05-19 来自:开发者社区

sentinel 与nacos 双向同步,只能改源码吗

sentinel 与nacos 双向同步,只能改源码吗 原提问者GitHub用户helei-mianyang

问答 2023-05-19 来自:开发者社区

dubbo+springboot+sentinel+nacos这种架构如何完成sentinel持久化

dubbo+springboot+sentinel+nacos这种架构如何完成sentinel持久化到nacos 原提问者GitHub用户JayeShen

问答 2023-05-19 来自:开发者社区

spring cloud gateway整合sentinel nacos作为配置源,在配置文件中设置

如题, 使用的gateway版本为2.1.0 sentinel-spring-cloud-gateway-adapter1.6.0 sentinel-datasource-nacos1.5.2 在 bootstarp.yml 中配置如下 sentinel: datasource: flow: nacos: server-addr: localhost:88...

问答 2023-05-19 来自:开发者社区

关于通过Sentinel控制台对规则的修改同步回Nacos Config中的功能?

目前最新版本的Sentinel控制台貌似不具备修改后的规则配置同步修改Nacos Config,是吗?后续是否会有这个功能的开发计划呢?如果在Sentinel控制台上可视化方式修改规则不能持久化到配置中心的话,那生产上Sentinel控制台的功能是不是略显鸡肋了?请教各位大佬 原提问者GitHub用户dujunchen

问答 2023-05-19 来自:开发者社区

使用Sentinel从Nacos拉取规则能否同时配置多种数据源

我的请求或这是一个问题: 我希望我可以使用application.yml来配置双重规则类型:gw-flow&degrade。 现在gw流运行良好。但我不能通过yml添加降级规则。 sentinel: transport: dashboard: localhost:8080 port: 8720 datasource: ds: nacos: server-addr: localhost:88...

问答 2023-05-19 来自:开发者社区

sentinel-dashboard 1.7.2版本按照文档改造加入nacos数据源后,控制台前端页

一、报错信息: 页面: angular.min.js:107 TypeError: Cannot read property 'indexOf' of undefined at r.$scope.addNewGatewayFlowRule (identity.js:72) at fn (eval at compile (angular.min.js:213), :2:433) at e (ang....

问答 2023-05-19 来自:开发者社区

sentinel dashboard 不支持nacos命名空间吗

sentinel dashboard 不支持nacos命名空间吗 原提问者GitHub用户aabc1123

问答 2023-05-19 来自:开发者社区

当前的Sentinel只提供了流控规则的nacos持久化的方案, 降级规则 ,热点参数限流规则 ,系

当前的Sentinel只提供了流控规则的nacos持久化的方案, 降级规则 ,热点参数限流规则 ,系统规则 ,授权规则 的都未实现 后续实现的计划么还是要我们自己实现? 然后是否可以更新一下wiki文档, 整个文档看起来各种跳转链接, 对新手非常的不友好. 原提问者GitHub用户fireflyhoo

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注