中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

springcloudgateway中怎么利用sentinel實現網關限流

發布時間:2021-08-06 16:16:45 來源:億速云 閱讀:154 作者:Leah 欄目:編程語言

今天就跟大家聊聊有關springcloudgateway中怎么利用sentinel實現網關限流,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

說明: sentinel可以作為各微服務的限流,也可以作為gateway網關的限流組件。 spring cloud gateway有限流功能,但此處用sentinel來作為替待。

說明:sentinel流控可以放在gateway網關端,也可以放在各微服務端。

1,以父工程為基礎,創建子工程

2,添加pom依賴

<dependency>      <groupId>org.springframework.cloud</groupId>      <artifactId>spring-cloud-starter-gateway</artifactId>    </dependency>    <dependency>      <groupId>com.alibaba.cloud</groupId>      <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>    </dependency>    <dependency>      <groupId>com.alibaba.cloud</groupId>      <artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>    </dependency>    <dependency>      <groupId>com.alibaba.cloud</groupId>      <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>    </dependency>

2,添加配置項

server: port: 9092spring: cloud:  nacos:   discovery:    register-enabled: false    server-addr: localhost:8848    namespace: c22e5019-0bee-43b1-b80b-fc0b9d847501  sentinel:   transport:    dashboard: localhost:8080    port: 8719   scg:    fallback:     mode: response     response-status: 455     response-body: error!  gateway:   routes:    - id: demo_route     uri: lb://demo     predicates:      - Path=/demo/**    - id: demo2_test     uri: lb://demo2     predicates:      - Path=/user/** application:  name: gateway-sentinel

scg.fallback為sentinel限流后的響應配置

3,啟動類

@SpringBootApplication@EnableDiscoveryClientpublic class GatewaySentinelApplication {  public static void main(String[] args) {        SpringApplication.run(GatewaySentinelApplication.class, args);  }}

4,啟動后,在sentinel控制臺可以看到 gateway-sentinel 應用,可以通過控制臺設置流控規則。

看完上述內容,你們對springcloudgateway中怎么利用sentinel實現網關限流有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

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

AI

肃南| 阿拉善左旗| 行唐县| 江北区| 桦甸市| 湘西| 历史| 信阳市| 安丘市| 芒康县| 潼南县| 石景山区| 惠州市| 昔阳县| 拉萨市| 崇义县| 离岛区| 舟山市| 祥云县| 静海县| 盘山县| 南雄市| 武定县| 泽州县| 嘉义县| 本溪市| 安义县| 石首市| 桓台县| 六安市| 深圳市| 潜江市| 汪清县| 五寨县| 富川| 潮州市| 晋宁县| 湖北省| 繁峙县| 镇原县| 浦城县|