GitHub user johnament opened a pull request: https://github.com/apache/camel/pull/852
CAMEL-9603 Documentation for Kinesis producer. Fixed one of the headers, even though it means something similar its a discreet value from Kinesis. - The key for shard id was changed. The values that these two headers represent are functionally different, the value of partition key calculated which shard id data will be written to. - There was a unit test expecting these to be the same which I removed. - The docs indicate that partition key must be present when sending to kinesis so made it required. You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnament/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/852.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 #852 ---- commit ef669f95a7cc95ad069db6e43cab39e294a26a19 Author: John D. Ament <johndam...@apache.org> Date: 2016-02-20T12:39:53Z CAMEL-9603 Documentation for Kinesis producer. Fixed one of the headers, even though it means something similar its a discreet value from Kinesis. ---- --- 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. ---