Good Morning All, I am having issue with AKKA persistence cassandra load testing. If I send out more than 20000 message to the AKKA system, it will not handle that well.
I have created different persistent actors to handle around 1500 msg for each. But even I did that, looks like AKKA system couldn't handle large messages with too many persistent actors being created inside. I am not sure if the cassandra is the bottleneck or the AKKA system shouldn't been used this way to send large messages? Is it ok to create more than one AKKA systems? Thanks very much for any feedback. Emily -- >>>>>>>>>> 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.
