Comcast / Comcast/jrugged

Allow specifying order of CircuitBreakerAspect and PerformanceMonitorAspect

Open
#30 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.