Idempotency¶
📕 Articles¶
- Idempotent Processor
- Idempotent Receiver
- Idempotency for Fault-Tolerant Web APIs
- .NET IdempotentAPI 1.0.0 Release Candidate
- Handling duplicate messages using the Idempotent consumer pattern
- A simple trick for idempotency handling in the Elastic Search read model
- Dealing with Eventual Consistency and Idempotency in MongoDB projections
- HTTP protocol for exactly-once processing
- Achieving Idempotency: There Are More Ways Than You Think
📦 Libraries¶
- ikyriak/IdempotentAPI - A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).