A Command Bus Solution for CQRS and Event Sourcing Patterns: kediatR
Understanding the problem
First, let’s start with a microservice architecture which is developed by using a database per service pattern.
Initially, it seems okay, but consider the following situations:
1- If it is desired to separate the write and...
mehmetsezer.hashnode.dev6 min read