Overview of Spring Cloud Alibaba Sentinel Example
2025.1.xThis example project demonstrates how to integrate spring-cloud-starter-alibaba-sentinel into Spring Cloud applications to implement traffic management.
Sentinel is a traffic defense component designed to protect the stability of distributed systems. It manages traffic through several dimensions, including:
- Traffic Control: Limiting the flow of requests.
- Fuse Degradation: Automatically breaking circuits when service health declines.
- System Load Protection: Protecting the system from being overwhelmed by high load.