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

2016-04-22 Thread Konrad Malawski
In terms of level of abstraction Akka Streams are "like Iterator" ;-) They're not as high level as you might expect them to be it seems to me. They're a building block, using which, and Sink/Source to Actors you can integrate the two. The root cause of the rift there is that Actor semantics do no

[akka-user] Akka streams and Akka cluster story

2016-04-22 Thread RafaƂ Kowalski
Hi, I'd like to better understand the relationship of Akka streams and Akka cluster including persistency. What I mean by that is how would you make an Akka streams resilient in a Akka cluster setup? How would I use persistent actors with Akka streams? Is the use of `Source.actorRef` and `Sink.