I am using the Camel 2.18.1 Kinesis component.

When I try to use the 'sequenceNumber' parameter in the Kinesis URI as
below:

aws-kinesis://DataFeedStream?amazonKinesisClient=#kinesisClient&delay=30s&backoffIdleThreshold=5&backoffMultiplier=6&bridgeErrorHandler=true&runLoggingLevel=DEBUG&iteratorType=AFTER_SEQUENCE_NUMBER&sequenceNumber=49571334517568117679905736569937663848287351789108330498

I get the following error:

org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint:
aws-kinesis://DataFeedStream?amazonKinesisClient=%23kinesisClient&backoffIdleThreshold=5&backoffMultiplier=6&bridgeErrorHandler=true&delay=30s&iteratorType=AFTER_SEQUENCE_NUMBER&runLoggingLevel=DEBUG&sequenceNumber=49571334517568117679905736569937663848287351789108330498
due to: Failed to resolve endpoint:
aws-kinesis://DataFeedStream?amazonKinesisClient=%23kinesisClient&backoffIdleThreshold=5&backoffMultiplier=6&bridgeErrorHandler=true&delay=30s&iteratorType=AFTER_SEQUENCE_NUMBER&runLoggingLevel=DEBUG&sequenceNumber=49571334517568117679905736569937663848287351789108330498
due to: There are 1 parameters that couldn't be set on the endpoint. Check
the uri if the parameters are spelt correctly and that they are properties
of the endpoint. Unknown
parameters=[{sequenceNumber=49571334517568117679905736569937663848287351789108330498}]

The parameter name looks correct according to the docs here: 
https://github.com/apache/camel/blob/master/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
<https://github.com/apache/camel/blob/master/components/camel-aws/src/main/docs/aws-kinesis-component.adoc>
  

Any suggestions on how to resolve this?






--
View this message in context: 
http://camel.465427.n5.nabble.com/AWS-Kinesis-URI-sequenceNumber-unknown-parameter-tp5795499.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to