原因:
网关的持久化配置的策略类型填写错误:
以下配置只是用于微服务的策略在这里插入图片描述

rule-type查看org.springframework.cloud.alibaba.sentinel.datasource.RuleType
在这里插入图片描述
我们需要将rule-type改为gw-flow
dataid也需要改成-gateway-flow后缀
api组策略也一样
datasource:
gw-flow-fules:
nacos:
server-addr: 10.114.102.164:8848
dataId: ${spring.application.name}-gateway-flow
groupId: SENTINEL_GROUP # 注意groupId对应Sentinel Dashboard中的定义
data-type: json
rule-type: gw-flow
gw-api-group-fules:
nacos:
server-addr: 10.114.102.164:8848
dataId: ${spring.application.name}-gateway-api
groupId: SENTINEL_GROUP # 注意groupId对应Sentinel Dashboard中的定义
data-type: json
rule-type: gw-api-group

GitHub 加速计划 / sentine / Sentinel
22.24 K
7.98 K
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:3 个月前 )
195150bc * fix issue 2485 which occur oom when using async servlet request. * optimize imports * 1. fix the same issue in the webmvc-v6x 2. improve based on review comments 2 个月前
b78b09d3 2 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐