[
https://issues.apache.org/jira/browse/CAMEL-9603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155603#comment-15155603
]
ASF GitHub Bot commented on CAMEL-9603:
---------------------------------------
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 <[email protected]>
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.
----
> Support producer in Kinesis
> ---------------------------
>
> Key: CAMEL-9603
> URL: https://issues.apache.org/jira/browse/CAMEL-9603
> Project: Camel
> Issue Type: Improvement
> Components: camel-aws
> Reporter: John D. Ament
> Assignee: John D. Ament
> Fix For: 2.17.0
>
>
> Add a producer for aws kinesis endpoints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)