Hello guys,
I have a service that is currently serving via http get, doing a lot of
processing with camel gathering all the results in a big collection and
returning that as a json response for an http get request.
I'd like to keep the http get, but instead of blocking all the time til I
get the full collection, start streaming the elements as soon as they are
available to the http consumer.

What camel components can help me to do that? Is there any example around?

Thanks,
Nico

Reply via email to