|
|
|
|
|
by hn_go_brrrrr
1204 days ago
|
|
The distinction is how you design. You don't need idempotence with a mythical "exactly once" system. Conversely, when you're debugging a system built on top of "at least once", you need to keep that property in mind in case the bug you're tracking down is lost idempotence. |
|