Retries don't fix eventual consistency
Summary
The article argues that retries are not a universal cure in distributed systems and that eventual consistency is a legitimate system property, not an error. It advocates storing all incoming data and processing work only when prerequisites are met, avoiding retries and dead-letter queues, which can simplify architecture and reduce operational burden.