-
-
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
Microservice pattern: Idempotent consumer #2683
Labels
Comments
Hi, Could you assign me for contributing. |
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
Apr 12, 2024
iluwatar
removed
the
status: stale
issues and pull requests that have not had recent interaction
label
Apr 12, 2024
Hi @iluwatar. I'd like to work on this one. |
Just submitted a pull request, looking forward to your feedback. Kind regards, David. |
iluwatar
pushed a commit
that referenced
this issue
Nov 11, 2024
github-project-automation
bot
moved this from In Progress
to Done
in Java Design Patterns project
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The Idempotent Customer design pattern is essential in microservices architectures to ensure that repeated processing of the same request does not produce different outcomes. This pattern helps in avoiding duplicate operations in distributed systems where network issues or retries might cause the same request to be sent multiple times.
Main Elements of the Pattern:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: