Articles tagged with 'distributed-systems'
Never Call APIs Inside Database Transactions
33 min read • • Guide
Learn why calling external APIs inside database transactions leads to inconsistent state and how to fix it with Transactional Outbox, Result Tables, and Saga Compensation patterns, with a complete working implementation in Scala