Consistency in event sourcing
How to maintain consistency when using Event Sourcing? We are using Event Sourcing to work with balance, so we don’t store current state in database. I have following scenario:
How to maintain consistency when using Event Sourcing? We are using Event Sourcing to work with balance, so we don’t store current state in database. I have following scenario: