aamingaa opened a new pull request, #11702: URL: https://github.com/apache/dubbo/pull/11702
When an avalanche occurs in the service, the Dubbo application does not support manually specifying the service to be called after downgrading, which lacks flexibility. Moreover, the Dubbo application will continuously collect indicator information when it is running. If the service can be dynamically downgraded according to the collected indicator information, the usability of the Dubbo application will be greatly improved. We want to have a router level circuit breaker, and: ● It can take effect through configuration. ● Default policy. Metrics will be collected automatically to implement fusing, and fusing will be triggered when certain conditions are met. ● It will not affect the current cluster strategy and load balancing strategy. ● The circuit breaker supports high concurrency (increasing the amount of concurrency has little impact on performance). ● It has certain expandability. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
