Learn how the event-carried state transfer pattern can help you build powerful event-driven systems and what pitfalls you need to be aware of. — In the third blog of the ‘engineers guide to event-driven architectures’ series, I discussed the most commonly applied event-driven software design pattern, the event notification pattern. Let’s explore an alternative pattern to use, the event-carried state transfer pattern. In this blog, I explain the characteristics of the pattern, how this…