Re: [akka-user] Re: Akka streams and Akka cluster story

2016-04-22 Thread Konrad Malawski
Well, I kinda get the "level of abstraction" but what about a cluster  node failure running my Akka streams stages?  They are strictly local – how would you deal with an Iterator's iteration blowing up?  Having that said, we do actually work on "Acknowledged Sources / Sinks", the first of which

[akka-user] Re: Akka streams and Akka cluster story

2016-04-22 Thread Rafał Kowalski
Thanks Konrad. Well, I kinda get the "level of abstraction" but what about a cluster node failure running my Akka streams stages? How would you cope with it? Now, Is my only option to use Kafka and some kind of partition and offset syncing? Please elaborate on that! Are you suggesting that