发表评论取消回复
相关阅读
相关 RateLimiter 源码分析(Guava 和 Sentinel 实现)
作者javadoop,资深Java工程师。本文已获作者授权发布。 > > 原文链接https://www.javadoop.com/post/rate-limiter...
相关 sentinel源码分析第一篇一Sentinel概述(经典)
文章目录 架构图 限流原理图 context 与entry关系 context 与node关系 node自身关系树维护 从请求和资源维度看三者关系
相关 Sentinel源码分析学习
文章目录 前言 Sentinel源码分析 1.Sentinel的基本概念 1.1.ProcessorSlotChain 1.2
相关 Sentinel源码-NodeSelectorSlot和ClusterBuilderSlot
1. NodeSelectorSlot 第一个slot 是 `NodeSelectorSlot`开始,这个`NodeSelectorSlot`从命名上就能猜出来,做nod
相关 Sentinel源码-NodeSelectorSlot和ClusterBuilderSlot
1. NodeSelectorSlot 第一个slot 是 `NodeSelectorSlot`开始,这个`NodeSelectorSlot`从命名上就能猜出来,做nod
相关 Sentinel源码-核心类和工作原理
1. 架构图解析 若要读懂Sentinel源码,则必须要搞明白官方给出的Sentinel的架构图: ![ab4840e9c75a51dab12f135b01a32733
相关 02、Sentinel 源码分析 之 Sentinel 简介
随着微服务的流行,服务和服务之间的稳定性变得越来越重要。Sentinel 是面向分布式服务架构的流量控制组件,主要以流量为切入点,从流量控制、熔断降级、系统自适应保护等多个维度
还没有评论,来说两句吧...