akka stream ActorSubscriber does not work with remote actors -
http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-m2/scala/stream-integrations.html says:
"actorpublisher , actorsubscriber cannot used remote actors, because if signals of reactive streams protocol (e.g. request) lost the stream may deadlock."
does mean akka stream not location transparent? how use akka stream design backpressure-aware client-server system client , server on different machines?
i must have misunderstood something. clarification.
they strictly local facility @ time. can connect tcp sink/source , apply back-pressure using tcp though (that's akka http does).
Comments
Post a Comment