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).
C#MIT
Issues
- 3
Self referencing loop detected
#81 opened by csimonsson - 5
Framework 4.8 support
#79 opened by arc95 - 6
Feature: Configurable JSON serializers
#74 opened by angularsen - 8
FastEndpoints support?
#72 opened by CaptainPowerTurtle - 2
For Minimal APIs, how to configure the idempotent options for a specific endpoint, not generally? (cache deadline, etc)
#73 opened by JonasLeetTheWay - 5
406 Not Accepted on cached response with Content-Type: application/json; charset=utf-8
#78 opened by angularsen - 9
Make idempotency optional
#56 opened by SebastianBienert - 1
- 5
- 1
- 4
- 2
- 4
Potential idempotency issue
#57 opened by NotIlya4 - 0
Make all code async
#48 opened by ikyriak - 4
Support idempotency in a cluster environment
#34 opened by ikyriak - 1
Support MinimalAPI projects
#50 opened by ikyriak - 2
Default name of idempotency header key
#46 opened by hartmark - 2
What do you do with Content-Type caching?
#49 opened by koide - 5
- 6
IdempotentAPI.DistributedAccessLock.MadelsonDistributedLock not found in NuGet repository
#41 opened by TonyStarkGR - 5
Get 409 status code when retry
#37 opened by khoavn - 2
- 4
- 1
- 5
A possible issue on systems that are under heavy load with timeout errors in the distributed cache
#23 opened by ikyriak - 2
How to disable common info logs?
#25 opened by william-keller - 2
- 3
- 8
- 2
High concurrency Error
#19 opened by lvzhuye - 1
I made a demo that can't run
#14 opened by apchenjun