PreviousNext

CAP: Event Bus & Outbox Pattern

by bill-s, 2020-06-22T22:13:21.903Z

If you’re thinking of building or already are implementing a system using async messaging (SOA or Microservices) then you need to start thinking about what type of messaging library you want to use in front of a message broker. CAP is an Event Bus that implements the Outbox Pattern to deal with distributed transactions.

Read More