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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -