Hi, I have a question to a distributed EventSource system:
Let's say I have a fixed number of nodes (3) because I want to balance load. Each node has a persistent actor which should write to cassandra the events which have been created and update their inner state afterwards. Now I'm asking myself what is the best approach to inform the other nodes about that change because they also need to know the state change? * use the distributed pub sub (and therefore create a cluster)? * use remote actors to directly inform the other nodes about the change? * other solution? Thanks and best regards Martin -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
