[GitHub] camel pull request #2479: CAMEL-12735 - provide test showing XMlRouteParser ...

2018-08-16 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2479 ---

Re: Content-Length Header being used previous HTTP Response

2018-08-16 Thread Bob Paulin
Sorry that should read "not a great experience".   I was not attempting sarcasm for effect there.   Apologies for any misunderstand and the extra noise on the list. - Bob On 8/16/2018 8:29 AM, Bob Paulin wrote: > Agree that removeHeader inbetween the routes fixes the problem.  It's > great expe

[GitHub] camel pull request #2479: CAMEL-12735 - provide test showing XMlRouteParser ...

2018-08-16 Thread apupier
GitHub user apupier opened a pull request: https://github.com/apache/camel/pull/2479 CAMEL-12735 - provide test showing XMlRouteParser doesn't support namespace prefix Signed-off-by: Aurélien Pupier You can merge this pull request into a Git repository by running: $

Re: Content-Length Header being used previous HTTP Response

2018-08-16 Thread Bob Paulin
Agree that removeHeader inbetween the routes fixes the problem.  It's great experience having to go through all the code to figure out a content-length header mismatch is the issue since the request just hangs.  I ran into it again with the following scenerio using the automatic json binding in the

[GitHub] camel pull request #2478: CAMEL-12732 Take into account isAllowManualCommit

2018-08-16 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2478 ---

[GitHub] camel pull request #2478: CAMEL-12732 Take into account isAllowManualCommit

2018-08-16 Thread mikadev
GitHub user mikadev opened a pull request: https://github.com/apache/camel/pull/2478 CAMEL-12732 Take into account isAllowManualCommit Check isAllowManualCommit before setting the state (Fix the manual commit for the state) Sorry for my previous pull request i thin

[GitHub] camel pull request #2476: CAMEL-12732 Take into account autoCommitEnable for...

2018-08-16 Thread mikadev
Github user mikadev closed the pull request at: https://github.com/apache/camel/pull/2476 ---

[GitHub] camel pull request #2474: Update kafka-component.adoc

2018-08-16 Thread davsclaus
Github user davsclaus closed the pull request at: https://github.com/apache/camel/pull/2474 ---

Re: Aggregate with forceCompletionOnStop and Streaming consumer

2018-08-16 Thread Claus Ibsen
Hi An aggregation strategy is not really intended to be slow, as you say also. >From the JIRA its mostly because the consumer is not suspendable, and therefore it cannot be suspended while shutting down and making exisitng inflight messages complete gracefully. So you have a window where the cons