(no title)
barumi | 5 years ago
Not really. Event sourcing is typically implemented with CQRS, mainly due to how ES relies on streams of command messages and as CAP-related requirements already require mutable and immutable commands to be processed differently. However, CQRS has zero requirements other than segregating interfaces.
Hell, in languages like C++ you already get CQRS out-of the-box by following const-correctness.
No comments yet.