Now akka-streams seems to be oriented on working with finite streams, 
because:
 1) Any exception inside transformer kills all stream. It is good for 
finite streams, but for infinite listener it is bad. Provider and Flow has 
not any modifier for change this behavior.
 2) In case of finite stream you can get result value and operate with it. 
In case of infinite you cant doing anything with data without custom 
decorator.

Now questions: 
 1) Will akka-streams support infinite streams?
 2) When?

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to