Allow specifying order of CircuitBreakerAspect and PerformanceMonitorAspect
Open
- Dominant language
- Java
- Stars
- 268
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
When @CircuitBreaker and @PerformanceMonitor are used together (or with other aspects), we need to impose a certain execution order. Currently, both aspects are unordered and an order cannot be specified.
A simple way to do this is to have them implement Ordered interface and also provide a setter for customization.
Contributor guide
Assessment
This issue has not been assessed yet.