Rate Limiting and Degradation

Demonstrates the working methods of Dubbo circuit breaking, rate limiting, and degradation scenarios

Use Sentinel to Handle Surging Traffic and Protect Your Application

Use Sentinel to protect your Dubbo application from stability issues due to surging traffic for individual services.

Dubbo Framework's Built-in Concurrent Control Strategy

Dubbo framework’s built-in concurrent control or rate limiting strategy prevents malicious requests from overloading the server by limiting the number of concurrent requests from the same client to the same service, ensuring service stability and preventing excessive resource usage.

Adaptive Flow Control

Adaptive flow control, different from ordinary flow control strategies, has the ability to automatically adjust whether the flow control strategy is effective and the flow control threshold, heuristic flow control.