-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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
Implement Fallback design pattern #2846
Labels
Comments
Hi @iluwatar could you please assign this task to me so that I can start work on this .Thank you!! |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
stale
bot
added
the
status: stale
issues and pull requests that have not had recent interaction
label
Jul 31, 2024
stale
bot
removed
the
status: stale
issues and pull requests that have not had recent interaction
label
Aug 1, 2024
iluwatar
added
info: help wanted
status: stale
issues and pull requests that have not had recent interaction
labels
Aug 1, 2024
stale
bot
removed
the
status: stale
issues and pull requests that have not had recent interaction
label
Aug 1, 2024
Hi @iluwatar, please assign this issue to me. I have an approach to implement this pattern. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The Fallback design pattern is a resiliency pattern used in microservices architecture to handle failures gracefully. It ensures that when a service is unavailable or fails, the system can continue to operate by providing an alternative response or executing a predefined fallback mechanism. This pattern enhances the robustness and reliability of microservices by preventing cascading failures and improving the overall user experience.
Main Elements of the Pattern:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: