Fork me on GitHub
#architecture
<
2020-02-06
>
jaihindhreddy12:02:11

When you want to use APIs that are not idempotent, are there any general techniques to deal with deduplicating calls while still being resilient to transient failures? I've got no ideas.

aisamu12:02:11

You might be able to find some material under "exactly-once delivery". IIRC transactions are sort of required/assumed

👍 4