/Natan Silnitsky

Event Driven Architecture - 5 Pitfalls to Avoid tl;dr: (1) Write to db and then fire event without atomicity. (2) Using event sourcing everywhere. (3) No context propagation. (4) Publishing events with large payloads. (5) Not handling duplicate events.

featured in #347