Hi,
The only info that I have been able to find about the migration process to
AsciiDoc is part of the contributing web page
"Most of the documentation is stored on the wiki. We are currently moving
the documentation into the code (AsciiDoc). From there it is automatically
converted to the wiki.
On Thu, Apr 21, 2016 at 7:16 AM, Jan Matèrne (jhm) wrote:
>> The nice thing is that we can implement other EIPs in the future the
>> same way (eg also a bit like data format today) where we have the EIP
>> in the model in camel-core but have it actually implemented in the
>> component outside came
> The nice thing is that we can implement other EIPs in the future the
> same way (eg also a bit like data format today) where we have the EIP
> in the model in camel-core but have it actually implemented in the
> component outside camel-core. And the end user should just remember to
> add the came
The Apache Jenkins build system has built Camel.trunk.notest (build #2727)
Status: Failure
Check console output at https://builds.apache.org/job/Camel.trunk.notest/2727/
to view the results.
GitHub user frankfarrell opened a pull request:
https://github.com/apache/camel/pull/952
AWS Kinesis Consumer support for Sequence Number and Shard Id
Added support for Kinesis shardId and for sequence number when iterator
type is AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER.
GitHub user bgaudaen opened a pull request:
https://github.com/apache/camel/pull/951
CAMEL-9892 Wrapped completionPredicate
And renamed camel endpoints for readability
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bgaudaen/camel
Hi
The hystrix EIP is moved into the master branch.
I just added JMX support so you can get the hystrix health stats and
whatnot from JMX in the Camel processor tree.
The nice thing is that we can implement other EIPs in the future the
same way (eg also a bit like data format today) where we have
Github user bgaudaen closed the pull request at:
https://github.com/apache/camel/pull/950
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is ena
Hi,
I am trying to read mails coming to my mailbox with the subject "415". The
polling happens fine. However, the consumer.delay does not seem to work
properly. As per the camel link, it denotes the milliseconds after which
polling is supposed to take place.
Irrespective of the value I am adding