Keeping different copies of state in sync with CDC and the Outbox pattern in CockroachDB
Background
Distributed architectures are common nature these days in most business domains. Driven by the urge to decompose monoliths into more independent microservices or to adopt event-driven principles when building shiny new things. The goal is ...