Re: Collaboration using Event Sourcing
Tom Eugelink <[email protected]>
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
On 2013-10-08 07:18, Tom Eugelink wrote: > > > You can sync each client copy with a master and thus everything become eventually consistent. Buzz word misuse detected! Each database is of course consistent on its own (anyone not using foreign keys and other constraints should receive physical punishment). This is not Cassandra, I should have used the word "synchronized". Tom