You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: idempotent-consumer/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,6 @@ The Idempotent Consumer pattern is used to handle duplicate messages in distribu
33
33
34
34
> In computing, idempotence is the property of certain operations in mathematics and computer science whereby they can be applied multiple times without changing the result beyond the initial application.
35
35
36
-
## Detailed Explanation with Real-World Example Diagram
The diagram shows the flow in which the consumer processes the first message and skips the duplicate using the unique transaction ID stored in memory or a persistent storage.
41
-
42
36
## When to Use the Idempotent Consumer Pattern
43
37
44
38
The Idempotent Consumer pattern is particularly useful in scenarios:
0 commit comments