Articles tagged with 'pekko'
A Distributed Code Execution Engine in Pekko with Scala
33 min read • • Guide
A practical guide to building a distributed system with Scala and Pekko: learn how to run other people's code in a real-world scenario
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