valentinacupac / banking-kata-java

Banking Kata (Java)
MIT License
336 stars 90 forks source link

Event Sourcing - EventStoreDB #106

Open valentinacupac opened 1 year ago

valentinacupac commented 1 year ago

Discuss possibilities for implementing event sourcing.

Some events we have:

You can write ideas for implementation (and impact on tests) in this ticket before starting.

This will be "interesting" to try to see if we can make an event sourcing implementation co-existent with the traditional persistence solution, or perhaps we may see it's not possible... In any case, let's have a discussion here before implementing.