|
|
|
|
|
by shiandow
33 days ago
|
|
This seems to assume retrying a command should result in the same response, but I am not sure I agree. Idempotency is about state, not communication. Send the same payment twice and one of them should respond "payment already exists". |
|
”Idempotency is about the effect
An operation is idempotent if applying it once or many times has the same intended effect.”