Handling Side Effects in Event Sourced Systems
Kacper Gunia:
(we look at) how to handle writes to two independent backends without using two-phase commits. Instead we can rely on using at-least-once delivery guarantees and ask other systems to deduplicate our messages.