hoophq / sequence

Immutable, scalable, and easy to use ledger service.
Apache License 2.0
492 stars 31 forks source link

Idempotent requests #8

Open andriosrobert opened 4 years ago

andriosrobert commented 4 years ago

Support Idempotent requests

Idempotent requests are important to enable consistency over the network with other services using the ledger.

An optional x-request-id header should ensure only once processing per unique value of the header. When not present, this rule should not be applied.

lnmunhoz commented 4 years ago

Looking forward for this feature!