Also you cant try with http component option `chunked=false`, which should efectively disable streaming.

Dne 14.9.2019 v 22:04 Jan Bednář napsal(a):
Hi, you can try to switch to netty component, it is much more suitable for HTTP streaming endpoints. Or experiment with http4 component `connectionClose` option - This will add `Connection: close` header, which is signal for server, that you dont support persistent connection.

Dne 14.9.2019 v 19:45 Imran Raza Khan napsal(a):
Till the time you are working on enhancement can i use http4 component to
listen for configmap events?

i require to read chunk data in route, its working fine with curl command where i save output in file and monitor changes on file, but i am looking
for pure camel solution.



Reply via email to