Pontus Ullgren created CAMEL-10723:
--------------------------------------
Summary: Errors in documentation for camel-kinesis
Key: CAMEL-10723
URL: https://issues.apache.org/jira/browse/CAMEL-10723
Project: Camel
Issue Type: Bug
Components: camel-aws
Affects Versions: 2.18.1, 2.19.0
Reporter: Pontus Ullgren
The component also allows for producing to a kinesis stream. The documentation
only mentions consuming messages.
In the example a {{AmazonKinesisClient}} should be used instead of a
{{AmazonDynamoDBStreamsClient}}
The examples could use a better URI that also includes the reference to the
{{amazonKinesisClient}} ie
{{from("aws-kinesis://ceteststream?amazonKinesisClient=#kinesisClient")}}
In the description for the URI options it seems that {{trim_horizon}} and
{{latest}} should be given as lower case. However they must be uppercase (as
the default value shows).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)