Skip to content

Commit f7612e7

Browse files
committed
updated doc
1 parent 3cea274 commit f7612e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

idempotent-consumer/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ The Idempotent Consumer pattern is used to handle duplicate messages in distribu
3333

3434
> 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.
3535
36-
## Detailed Explanation with Real-World Example Diagram
37-
38-
![Idempotent Consumer Diagram](./etc/idempotent_consumer.png)
39-
40-
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-
4236
## When to Use the Idempotent Consumer Pattern
4337

4438
The Idempotent Consumer pattern is particularly useful in scenarios:

0 commit comments

Comments
 (0)