Quantcast
Channel: Do we really need Event Sourcing and CQRS in microservices? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Kanishk for Do we really need Event Sourcing and CQRS in...

Not at all. You can have well a very well defined microservices-styled architecture without CQRS and Event Sourcing. CQRS and Event Sourcing is a solution for intra-microservice design. You can choose...

View Article



Answer by mbnx for Do we really need Event Sourcing and CQRS in microservices?

You are describing a compensation pattern as a replacement of a distributed transaction. In a microservice-oriented architecture, this is a good approach to focus on availability by utilizing eventual...

View Article

Answer by MikeSW for Do we really need Event Sourcing and CQRS in microservices?

I think you're confused about the microservices stuff :) They're a solution to design a scalable application, nothing to do with db transactions. Even more, a db transaction (ideally) shouldn't span...

View Article

Do we really need Event Sourcing and CQRS in microservices?

In my understanding when database transactions span across microservices ,we can solve this problem with using message-broker(kafka,RabbitMQ etc) by publishing events so that Subscriber Microservices...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images