|
|
|
|
|
by the_duke
282 days ago
|
|
Nice, will have a look! I've had similar thoughts, but my concern was: if you have idempotent actions, then why not just encode them as actions in a log. Which just brings you to event sourcing, a quite well-known pattern. If you go that route, then what do you need CRDTs for? |
|