Hi Evgeniy,

On Tue, Jul 29, 2014 at 4:38 PM, Evgeniy Ostapenko <[email protected]> wrote:

> Now akka-streams seems to be oriented on working with finite streams,
> because:
>  1) Any exception inside transformer kills all stream.
>

This is not an issue, if you want to represent processing errors you should
make them explicit: use Try[T] instead of T for you element types.


> It is good for finite streams, but for infinite listener it is bad.
> Provider and Flow has not any modifier for change this behavior.
>

Given my answer above this point no longer holds.


>  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.
>

Could you elaborate?


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

It does.


>  2) When?
>

Since its inception.

Happy hAkking!

√

>  --
> >>>>>>>>>> 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.
>



-- 
Cheers,
√

-- 
>>>>>>>>>>      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.

Reply via email to