Spring Cloud Sentinel 配置数据源存储nacos

先引入Maven 依赖

    <dependency>
            <groupId>com.alibaba.csp</groupId>
            <artifactId>sentinel-datasource-nacos</artifactId>
    </dependency>

sentinel 官网地址 开源框架适配 

在线上环境中,我们的项目中,肯定会配置多种流控规则,这样就需要项目拉取多个数据源

spring:
  cloud:
    sentinel:
      eager: true
      transport:
        port: 8719
        dashboard:  127.0.0.1:8088
      datasource:
        # 多个数据源配置,nacos config
        ds1:
          nacos:
            server-addr: 127.0.0.1:8848
            dataId: ${spring.application.name}-flow-rules
            groupId: DEFAULT_GROUP
            data-type: json
            rule-type: flow  #规则类型
            namespace: admin
            username: admin
            password: 123456
        ds2:  #自定义名称 要求唯一
          nacos:
            server-addr: 127.0.0.1:8848
            dataId: ${spring.application.name}-param-rules
            groupId: DEFAULT_GROUP
            data-type: json
            rule-type: flow  #规则类型
            namespace: admin
            username: admin
            password: 123456
        ds3:  #自定义名称 要求唯一
          nacos:
            server-addr: 127.0.0.1:8848
            dataId: ${spring.application.name}-system-rules
            groupId: DEFAULT_GROUP
            data-type: json
            rule-type: flow  #规则类型
            namespace: fceb1a18-f30b-411e-84ef-491596eca67c
            username: wxj_test
            password: 123456
        ds4:  #自定义名称 要求唯一
          nacos:
            server-addr: 127.0.0.1:8848
            dataId: ${spring.application.name}-authority-rules
            groupId: DEFAULT_GROUP
            data-type: json
            rule-type: flow  #规则类型
            namespace: admin
            username: admin
            password: 123456
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值