发表评论取消回复
相关阅读
相关 Spring Cloud Alibaba Sentinel
一、简介 官网: > [https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D][https_githu
相关 spring cloud sentinel
![18c192fb6ab64898bef34e5377f7a529.png][] ![2feb7f64c9c2452598cb959e0e82b8e8.png][] 初始
相关 Spring Cloud Alibaba 之 Sentinel
系列文章目录 [第一章 Java线程池技术应用][Java] [第二章 CountDownLatch和Semaphone的应用][CountDownLatch_Sem
相关 Spring Cloud Alibaba 系列之 Sentinel @SentinelResource 注解
1.1 简介 1.1.1 概述 我们可以发现在之前的 Sentinel 资源名都是请求路径,我们可以使用 @SentinelResource 注解的 value
相关 Spring Cloud Alibaba 系列之 Sentinel 熔断降级
1.1 简介 1.1.1 概述 一个服务常常会调用别的模块,可能是另外的一个远程服务、数据库,或者第三方 API 等。例如,支付的时候,可能需要远程调用银联提供
相关 Spring Cloud Alibaba 系列之 Sentinel 流量控制
1.1 简介 1.1.1 概述 流量控制(flow control),其原理是监控应用流量的 QPS 或并发线程数等指标,当达到指定的阈值时对流量进行控制,以避
相关 Spring Cloud Alibaba 系列之 Sentinel 介绍
1.1 简介 1.1.1 概述 随着微服务的流行,服务和服务之间的稳定性变得越来越重要。Sentinel 以流量为切入点,从流量控制、熔断降级、系统负载保护等多
相关 【Spring Cloud】之 Sentinel
一、Sentinel 简介 -------------------- 1、Sentinel 是什么 一句话解释就是我们之前用过的 Hystrix。由于 Hystr
相关 Spring Cloud 系列之 Alibaba Sentinel 服务哨兵
前文中我们提到 Netflix 中多项开源产品已进入维护阶段,不再开发新的版本,就目前来看是没有什么问题的。但是从长远角度出发,我们还是需要考虑是否有可替代产品使用。比如本文中
相关 Spring Cloud整合Sentinel
[完整目录清单页面(必看)][Link 1] Spring Cloud Alibaba默认为Sentinel整合了Servlet、RestTemplate、 FeignCli
还没有评论,来说两句吧...