Skip to content

implement idempotency support for requests #12

@https-richardy

Description

@https-richardy

The API currently does not provide a mechanism to guarantee idempotency for requests that may be retried by clients. In scenarios such as network failures, timeouts, or automatic retries, the same request may be executed multiple times, potentially causing duplicated side effects.

During an initial investigation, the Idempwanna package was identified as a potential solution for handling idempotent requests in .NET applications. It appears to provide a simple approach for managing idempotency keys and preventing duplicate processing.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions