Fixing duplicate API requests
The first rule of distributed systems is "Don’t distribute your system". Designing distributed systems right is infamously hard for multiple reasons.
The idempotency concept
For example, a call to a function can succeed or fail in non-distributed sys...
apisix.hashnode.dev3 min read