Thanks for all. In general that for naive reactor risk system and i change my point of view to that problem and where are some thoughts: - use the FSM : -- leaf actors contains several counters -- their parents actors contains total counter for child actor counters
- add failover nodes to cluster instead the replication CRDTs but there are some limitation : - only one node (master or marked as writer) can write events to datasource , does that make sense if i will choose writer node by master flag ? - creating and destroying actors , the first start makes actor system tree with ~200k actors and then by receiving event from external system i must to add/delete actor , is that ordinary for akka ? четверг, 12 октября 2017 г., 15:24:41 UTC+3 пользователь Hsnamed написал: > > Hello, how can i implement 1 million CRDTs counters to use akka without > big disadvantage ? > > I have a big tree of business objects each of them contain counter and > threshold when threshold reach then object change its state. > > Tree have more than 1 million objects. Does it possible to implements > using akka ? > > Thanks for advices. > > -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
