Practical Microservices
  • About
Practical Microservices

#distributed systems


Auto-incrementing integer IDs stink for distributed systems

 Posted on June 22, 2023

Change my mind [Read More]
identifiers  distributed systems 

Completing the Reservation Pattern

 Posted on December 17, 2022

The 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, 2022

Sequential idempotence protects you against reprocessing the same message a second time. [Read More]
idempotence  distributed systems 

    2020-2023 Such Software, LLC. All rights reserved.