Re: [akka-user] Akka streams in web application

2016-10-07 Thread Akka Team
As you have a finite stream of customer ids the stream will complete after all elements has been processed. If your actual business problem does in fact look like this though, it may make sense to not involve Akka Streams at all and just use the regular Scala collection API to achieve the same. Al

[akka-user] Akka streams in web application

2016-09-29 Thread Madabhattula Rajesh Kumar
Hi, I am planning to use Akka Streams in web application. Below is my use case. Whenever the request come to web server, I will do some operations like stg01, stg02 ... *I have a below questions :- * - Do we need to close the streams after each request processed ? - If N multiple request