
Alibaba Sentinel
文章平均质量分 94
大雪冬至
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringCloud Gateway 使用 Sentinel 实现服务限流熔断
1.介绍Alibaba Sentinel 支持对 Spring Cloud Gateway、Netflix Zuul 等主流的 API Gateway 进行限流与熔断配置。本文将介绍如何在 Spring Cloud Gateway 中使用 Alibaba Sentinel 进行限流配置,从而代替 Hystrix.2.集成步骤2.1. 首先需在Gateway网关模块引入以下依赖配置(以 Maven 为例):方案一: 只需引入 sentinel-spring-cloud-gateway原创 2021-02-25 20:18:31 · 2627 阅读 · 2 评论 -
在 SpringBoot/SpringCloud 中使用 Sentinel
在SpringCloud 中使用 Sentinel1. 是什么?Sentinel的官方标题是:分布式系统的流量防卫兵。GitHubhttps://github.com/alibaba/Sentinelhttps://github.com/alibaba/spring-cloud-alibaba/wiki/Sentinelwikihttps://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D1.1 同类竞品Hyst原创 2021-01-14 17:28:37 · 358 阅读 · 0 评论