Category: Microservices

Microservices, Event Sourcing and CQRS
By: Date: December 24, 2018 Categories: Microservices Tags: , ,

Event Sourcing What is Event Sourcing Event sourcing is an architectural pattern where you store application state in a sequence of events and in a microservices architecture this can be also seen as a way to replace synchronous blocking calls to other collaborating services with flow that instead broadcasts events to which other services subscribe….

Read More →