@ Jan Bednář
<https://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=345603>
i have no issue with chunk data or close connection, As you can see from
debug logs that i am receiving all chunks of data, but http4 endpoint is
not forwarding further in route due to which i cant process it.

I want to process response as soon as i receive, but somehow http4 keep it
with itself.

mel-1) thread #2 - timer://foo] wire                           DEBUG
http-outgoing-0 <<
"{"type":"ADDED","object":{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"my-config-map","namespace":"my-qa","selfLink":"/api/v1/namespaces/my-qa/configmaps/my-config-map","uid":"a8130369-d703-11e9-b37c-d2c8065c1507","resourceVersion":"33040706","creationTimestamp":"2019-09-14T15:23:51Z"},"data":{"test":"added
first modification"}}}[\n]"
    [mel-1) thread #2 - timer://foo] wire                           DEBUG
http-outgoing-0 << "[\r][\n]"

Following section received after 2 minutes but route didnt move forward

    [mel-1) thread #2 - timer://foo] wire                           DEBUG
http-outgoing-0 << "156[\r][\n]"
    [mel-1) thread #2 - timer://foo] wire                           DEBUG
http-outgoing-0 <<
"{"type":"MODIFIED","object":{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"my-config-map","namespace":"my-qa","selfLink":"/api/v1/namespaces/my-qa/configmaps/my-config-map","uid":"a8130369-d703-11e9-b37c-d2c8065c1507","resourceVersion":"33044977","creationTimestamp":"2019-09-14T15:23:51Z"},"data":{"test":"second
modification"}}}[\n]"
    [mel-1) thread #2 - timer://foo] wire                           DEBUG
http-outgoing-0 << "[\r][\n]"

Reply via email to