Hi,

On Tue, Apr 5, 2016 at 5:30 PM, Lukasz Cwik <[email protected]> wrote:
> Since Beam is all about being able to distribute work, you'll need an HTTP
> request/response system where the response can be given from any machine.
> This will most likely require some device/service which holds connections
> open for you which you can connect back to serve the response....

Ok, this matches what I was thinking so I'm not too much off-base.

I'll keep the idea in the back of my mind - maybe streams would help
"just" for the task of intelligently routing requests to the right
backend (micro-)services, which matches the Sling processing logic
well. And then use the usual HTTP mechanisms to dispatch requests.

-Bertrand

Reply via email to