Recently, the Spring Cloud community officially merged the spring-cloud-circuitbreaker-sentinel module contributed by Sentinel into Spring Cloud Circuit Breaker. As a result, Sentinel joined the Spring Cloud Circuit Breaker club and became one of Spring Cloud's official recommendation options. This means that Spring Cloud microservice developers have more options in the area of circuit breaking and Sentinel can be more easily used to ensure the stability of microservices.
Spring Cloud Circuit Breaker is the official circuit breaker library of Spring Cloud. It provides a centralized set of abstract APIs for circuit breaking, allowing developers to freely choose the appropriate circuit breaker implementation. To date, the officially recommended circuit breakers in this official circuit breaker library include:
Currently, Spring Cloud Circuit Breaker is in the incubation stage and will soon be merged into the Spring Cloud trunk version for its official release.
Spring Cloud Circuit Breaker:
https://github.com/spring-cloud-incubator/spring-cloud-circuitbreaker
Sentinel was born in the Alibaba Group and its main function is incoming flow control.
Sentinel rapidly developed within the Alibaba Group and became a basic technical module that covers all core scenarios. As a result, Sentinel gained experience in a large number of flow control scenarios and developed sophisticated production practices.
Alibaba announced that the flow control and downgrade framework component Sentinel was officially open source. Prior to this, Sentinel, as the basic module of Alibaba's "large mid-end and small front-end" architecture, covered all core Alibaba scenarios. Therefore, it had accumulated a lot of experience in traffic consolidation scenarios and developed sophisticated production practices.
Sentinel V0.2.0 was released with many important features, such as asynchronous call support and hotspot parameter control.
Sentinel is included in the CNCF Cloud Native Interactive Landscape, which is located in a quadrant of the orchestration and management module.
Sentinel released its first GA version, V1.3.0, which included improvements to Sentinel console functions, bug fixes, and other product improvements.
Sentinel V1.4 was released, adding the cluster flow control function that developers desired.
Sentinel V1.5.0 was released, which introduced Reactive support.
The Spring Cloud community officially merged the spring-cloud-circuitbreaker-sentinel module contributed by Sentinel into Spring Cloud Circuit Breaker. As a result, Sentinel joined the Spring Cloud Circuit Breaker club and became one of Spring Cloud's official recommendation options.
Sentinel V1.6.0 was released, which provided customized support for mainstream API gateways, such as Spring Cloud Gateway and Zuul.
The core function of Sentinel is to implement flow control, downgrade, and system protection policies for resources based on resource configuration rules. In Sentinel, resource definitions and rule configurations are separate. You must first define resources for the corresponding business logic through the Sentinel API and can then dynamically configure rules as needed.
The advantages and features of Sentinel include:
Currently, many enterprise users are using Sentinel's open source and cloud versions, including SF, Vivo, MissFresh, Pinduoduo, EQXIU, iQiyi, Rongjinsuo, VIPKID, Himalayan FM, and Bairong Financial Services (in order of registration). We also launched the "Who is using Sentinel" issue in the community. You can go to this page to learn about the application scenarios of various enterprises.
At the same time, we provided Sentinel cloud implementation and integrated architecture visualization, fault drills, and other functions to form the Alibaba Cloud High Availability Service (AHAS). Our goal is to help more developers more easily access application high availability capabilities.
In the future, Sentinel will continue to explore rule-free capacity protection, provide more adaptive flow control policies, and better implement flow control while taking system capacity into account. In addition, Sentinel will support a wider open source ecosystem, including API Gateway, Service Mesh, and multilingual clients. It will abstract standard indicators and monitoring interfaces to facilitate integration with common monitoring systems, such as Prometheus. Going forward, Sentinel will further strengthen its cluster flow control capability, enhance support for the Cloud Native ecosystem and Service Mesh, and play a greater role in improving stability assurance in Cloud Native fields.
@sczyh30, @carpenterLee, @cdfive, @jasonjoo2010, @mjaow, @canglang1973, @talshalti, @kexianjun, @yikangfeng, @luoxn28, @all4you, @nicktan, @jz0630, @bitonly, @zhaixiaoxiang, @dqing0, @paulkennethkent, @shxz130, @zhousiliang163, @beston123, @lawrencewu, @blindpirate, @HaojunRen, @ATAXGT, @hantianwei, @MickMo, @yklove, @xburning, @yanlinly, @aalmiray, @Leishunyu, @wangjunwei87, @kangyl, @Arlmls, @YoungHu, @foreveryang321, @fangjian0423, @allencloud, @ro9er, @xcaspar, @shannon312, @waveng, @yfh0918, @refactormachine, @jialianglinjl, @kimmking, @nobodyiam, @guonanjun, @manzhizhen, @xg1907
Hystrix vs. Sentinel: A Tale of Two Circuit Breakers (Part 2)
206 posts | 12 followers
FollowAlibaba Clouder - April 8, 2020
Alibaba Cloud Native Community - April 24, 2023
Alibaba Cloud Native Community - December 19, 2023
Alibaba Cloud Community - May 6, 2024
Alibaba Developer - January 16, 2019
Alibaba System Software - December 6, 2018
206 posts | 12 followers
FollowAPI Gateway provides you with high-performance and high-availability API hosting services to deploy and release your APIs on Alibaba Cloud products.
Learn MoreMSE provides a fully managed registration and configuration center, and gateway and microservices governance capabilities.
Learn MoreAccelerate and secure the development, deployment, and management of containerized applications cost-effectively.
Learn MoreA tool product specially designed for remote access to private network databases
Learn MoreMore Posts by Alibaba Cloud Native