We have domain : 
- 10.000 long lived "*event*" objects , i think about to create an actor 
for each of them.
- Each "*event*" contains < 250 entities like "*factgroup*" .
- Each factgroup contains < 6 *fact *entities : *fact *entity has 2 - long 
counters and boolean *state *that has changed in any direction.
- Payload - message that change the counters in *fact *entity.

*FactGroup* must has changed atomically : 
- each payload usually affects all *facts*
- *state *of each *fact* depedns on calculation result of 2 *fact* counters.

State of fact and counters of fact is the most important thing, so i left 
idea about LWWMap<FactGroup>.

Also thinked about extending 
AbstractReplicatedData, AbstractDeltaReplicatedData as a chance to make 
crdt Map of FactGroup

Does it fit to CRDT ?
Could someone suggest the right way to implement crdt ?

-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to