Odonno / SimpleEventSourcing

Event Sourcing made simple using Reactive Extensions
MIT License
2 stars 2 forks source link

How to deal with database access errors? #12

Open Odonno opened 6 years ago

Odonno commented 6 years ago

The first solution would be to handle errors with try/catch but then how to deal with inconsitency?