8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java26,453 forks (26,453 forks)batch import
help wantedtype/proposal
Repository metrics
- Stars
- 41,524 stars (41,524 stars)
- PR merge metrics
- Avg merge 7d 14h (Avg merge 7d 14h)20 merged PRs in 30d (20 merged PRs in 30d)
Description
Saying short-circuit, I means a fault tolerant concept in Hystrix.
I think we should support this feature internally in Dubbo. Cluster is a good Extension point to do this.
Contributor guide
- Research direction
- Explore Dubbo's Cluster extension mechanism and implement a circuit breaker pattern (similar to Hystrix) by wrapping the existing Cluster invoker to track failures and open the circuit.
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- JavaDubbo