Hi everyone,

Is there any example or document describing best practices for supervising 
and monitoring akka streams? E.g. restarting Websocket streams on 
disconnect, backing off on repeated failures, creating supervision groups 
(e.g. if some stream failed, I also want to fail other streams in the group 
and restart them at once), making supervision hierarchies, etc.

Streams are incredibly handy and well-typed, but I don't see yet how I can 
recreate these powerful supervision tools available in plain Akka, 
especially in dynamic flow graphs where streams can be attached and 
detached at runtime.

"Introduction to streams lifecycle" would be incredibly handy, if it exists 
somewhere.

Best,
Alexander

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

Reply via email to