Tree CRDT for Eventuate.
Currently, implements unordered tree CRDT that supports the following policies.
- Zero - drop both nodes
- LastWriteWins - last added record wins (when equal, compares emitter processes ids)
- Custom - user-defined conflict resolution based on nodes payload and parent nodes ids
- Skip - drop orphan node
- Implement ordered tree
- Cross-compile to Scala
2.11