CQRS without Event Sourcing - what are the drawbacks?

前端 未结 6 1705
渐次进展
渐次进展 2021-01-30 21:04

Besides missing some of the benefits of Event Sourcing, are there any other drawbacks to adapting an existing architecture to CQRS without the Event Sourcing piece?

I\'m

6条回答
  •  死守一世寂寞
    2021-01-30 21:26

    The best CQRS pattern based framework in my opinion is MediatR by Jimmy Bogard, If you don't need Event Sourcing in the beginning of your application development, MediatR is the right choice. Here is the repository- https://github.com/jbogard/MediatR

提交回复
热议问题