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. AT_SEQUENCE_NUMBER works optimally, it does not seem to return empty result sets but this isn't guaranteed by Kinesis. You can merge this pull request into a Git repository by running: $ git pull https://github.com/frankfarrell/camel aws-kinesis Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/952.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #952 ---- commit 9df39c3fec2e0ffedd6ee5fa27dcae32ea73237a Author: Frank Farrell <ofear...@gmail.com> Date: 2016-04-20T16:15:48Z AWS Kinesis Consumer support for Sequence Number and Shard Id ---- --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---