Idempotency Keys in Distributed APIs
How we eliminated duplicate charges and side effects using idempotency keys — design, implementation, and the edge cases that almost broke production.
No results found.
How we eliminated duplicate charges and side effects using idempotency keys — design, implementation, and the edge cases that almost broke production.
Polly integration, failure thresholds, and the half-open state that prevented a cascade outage.
Rolling updates aren't enough when you have long-lived connections. Notes from implementing blue-green deployments with connection draining.
Benchmarking .NET Minimal APIs with source-generated JSON serialization — 3x throughput improvement with less allocation.