Re: [akka-user] Restart does not work with my zipper? What am I doing wrong?

2016-03-19 Thread john . vieten
hi roland, thanx that helps alot! And great that you still follow the list. Mang Greetings John -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives:

[akka-user] Restart does not work with my zipper? What am I doing wrong?

2016-03-19 Thread john . vieten
Hi, I am using SupervisionStrategy restart. If I add a Zipper to the graph "restart" doesn't work. What am I doing wrong? The code is here: http://pastebin.com/8L6LBZ5R I am just throwing a Exception on the count of 2. I would expect that "continue doing work" gets printed to system.out 4

Re: [akka-user] Restart does not work with my zipper? What am I doing wrong?

2016-03-19 Thread Roland Kuhn
Hi John, in your setup the two flows between the broadcast and the zip must always be perfectly balanced, if one of them may lose elements then eventually the whole graph will get stuck. Either you make sure that failure does not happen (and when it does you don’t restart but kill the whole