Hi,

In my application I have a quite complex flow built on top of long-lived 
http connection (via `Http().outgoingConnection`). If the other end 
(server) of this connection goes down (connection is terminated) the whole 
stream collapses and stays indefinitely in this state. However, in case of 
failure I'd like to simply try to reconnect to server - some requests might 
be lost but I'm ok with that. What's the recommended way of implementing 
such behaviour? I'd prefer not to re-build and re-materialize whole flow.

Best,
Łukasz Sowa

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