Auto-incrementing integer IDs stink for distributed systems Posted on June 22, 2023Change my mind [Read More]identifiers distributed systems
Completing the Reservation Pattern Posted on December 17, 2022The account-component doesn’t even perceive the duplicated events [Read More]idempotence distributed systems
How to not process the same intent more than once Posted on December 16, 2022 (Last modified on December 23, 2022)Reducing multiple commands into a single command [Read More]idempotence distributed systems
How to not process the same message more than once Posted on December 15, 2022Sequential idempotence protects you against reprocessing the same message a second time. [Read More]idempotence distributed systems