Chirag Anand created CAMEL-12668:
------------------------------------
Summary: Aggregate with forcecompleteonstop doesn't seem to be
honored
Key: CAMEL-12668
URL: https://issues.apache.org/jira/browse/CAMEL-12668
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.22.0
Reporter: Chirag Anand
Fix For: 2.22.0
I have a camel project where I am using twitter component of the camel and
using the streaming/filter endpoint. The route is something like
from(<twitterstreamendpoint>).aggregate(<customstratergy>).completionSize().forceCompletionOnStop().process().
The problem here is when I stop the context the remaining aggregated exchanges
are not being flushed to the processor. Earlier I was using version 2.16.2 and
it worked fine, but with the latest release I am facing this issue. The
configuration hasn’t changed a bit.
I tried debugging and I noticed at somepoint there is a
RejectedExecutionException, not sure why because there is no change in the
configuration.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)