I would like to pull data from a webserver has an unknown length.  I send
the server a GET command and it sends data continuously, each record on a
separate line.  I would like each record in a separate Camel exchange.  Not
sure if this is allowed in the HTTP spec, but the server does this.

Is there a way to handle this using a Camel endpoint?  This could be done
using a custom Netty handler, but I'd rather use and existing component.

Thank you,
Mark

Reply via email to