Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback #3151

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

AhmedAbdelRaheem1
Copy link

This PR provides the complete implementation of the Fallback Pattern with Circuit Breaker. The Fallback Pattern gracefully handles failures by providing alternative solutions when the primary service fails to prevent cascading failures and monitor the health of the primary service while ensuring thread safety and proper synchronization.

Close #2846

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
66.7% Coverage on New Code (required ≥ 80%)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Fallback design pattern
1 participant