You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Common adaptive circuit breaker requirements and solution research reports in the industry(业界常见的自适应熔断需求以及方案调研报告)
Building adaptive circuit breaker capabilities based on Sentinel(基于 Sentinel 构建自适应熔断能力)
2.1: Capable of automatically making circuit breaker/recovery decisions based on the current status of the application(能够基于应用的现状自动进行熔断/恢复决策)
2.2: Superior to the existing circuit breaker capabilities of Sentinel in terms of protection capabilities and impact on the application in common scenarios(在常见场景下的保护能力和对应用的影响上优于 Sentinel 现有熔断能力)
Writing the core design documents and user manuals for adaptive circuit breaker(编写自适应熔断的核心设计文档、用户使用文档)