The Apache Jenkins build system has built Camel.trunk.notest (build #2117)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.trunk.notest/2117/
to view the results.
You can fill a JIRA[1] and send a pull request from your github with the
comment of the JIRA number. In this way, the pull request and JIRA can be
linked together.
BTW, I just had a quick look of your code, and added a comment for it.
[1]https://issues.apache.org/jira/browse/CAMEL
--
Willem
When using camel-splunk consumer component I noticed that when large amount
of splunk
events is returned in a single poll it runs out of memory, because it
collects all polled results
into an array list.
To remedy this I added optional streaming support to the camel-splunk
consumer:
https://githu
GitHub user kevinearls opened a pull request:
https://github.com/apache/camel/pull/225
Fix for CAMEL-7606 Expose the component options for Camel Zookeeper
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevinearls/camel CAMEL-760