chanakaudaya/solution-architecture-patterns

Change event driven architecture to event sourced and framework agnostic

argosang opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Kafka is not the only solution for an event-driven architecture.
I think it would be more valuable to describe an enterprise-level event-sourced architecture that specifically dives into concepts like CQRS and DDD and how they play well with not only decentralization but also with event-sourcing.

Describe the solution you'd like
Remove Kafka and avoid Kafka-specific features.
Add CQRS principles
Add DDD principles

Describe alternatives you've considered
Perhaps leave event driven architecture as the main context but still remove Kafka references.

Additional context

Very good suggestion. The article on "Event driven architecture with Kafka" was written specifically about Kafka and its capabilities. Let's write a separate article about CQRS and DDD principles. This requirement is already captured in the #9