Hi >From my research thus far, I have concluded that Akka streams affords us the luxury of being able to work with higher level stream abstractions (with back pressure) that abstract out the underlying Actors that are used make the whole ceremony work. If I am correct in that conclusion, then my question is, to what extent am I able to specify the details of said Actor system particularly if I have no control over the Actors being created by my stream abstractions?
To be more specific I was wondering about trying to leverage a clustered topology and scale parts of my "Flows" out to other nodes. Thanks -- >>>>>>>>>> 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.
