Re: [akka-user] Running a stream inside an Actor ?

2014-12-26 Thread Konrad 'ktoso' Malawski
Hello Soumya! For materializing a stream from within another Actor you should use the ImplicitFlowMaterializer helper trait we provide: https://github.com/akka/akka/blob/release-2.3-dev/akka-stream/src/main/scala/akka/stream/scaladsl/ImplicitFlowMaterializer.scala This saves you from a number of

[akka-user] Running a stream inside an Actor ?

2014-12-25 Thread Soumya Simanta
My understanding is that a running stream is a bunch of actors underneath executing the flow. Assuming this to be true, is there any restriction or concerns of running a stream inside a normal Akka actor ? Thanks -Soumya -- Read the docs: http://akka.io/docs/ Check the FAQ: