Thanks Roland! I think in my case a view will work. (and again, I am looking forward to see if they get replaced by akka-streams like was discussed in the other thread). I am not sure I can throttle the updates since they will be sent from other systems that are beyond my control, I am not sure how I can safely throttle them without risk of losing updates, maybe an intermediate EP that will just be a holding queue, but that sounds messy and more error prone (in my mind) that using a view. I had't thought of using views for this purpose, it always seemed to me views were meant to change the data in some way (which we also do) but didnt think of mirror the EP for stability purposes. Great stuff!
-- >>>>>>>>>> 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.
