Your question is overly generic to give a specific answer I'm afraid.
Yes, you can very easily spread processing load by using Akka Cluster,
Cluster Sharding and yes those could run Akka Streams.
But the exact implementation and guidelines would depend on the exact
semantics you're trying to achieve.

-- 
Konrad `ktoso` Malawski
Akka <http://akka.io> @ Lightbend <http://lightbend.com>

On 23 December 2016 at 01:40:29, Neelesh Shastry (neele...@gmail.com) wrote:

Hi,
  We are evaluating using Akka Streams in our org. As documented, the
graphs are locally run. We are thinking of scaling the system up by using
akka cluster, and starting graphs on several nodes on demand.  An actor
monitors backlog on our custom Source and when it detects backlog, it sends
a message to the cluster, which triggers starting another graph. Im
simplifying a lot of details, of course. Has anyone tried something like
this? Any inputs are appreciated!

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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to