...
Name | Default Value | Context | Description |
---|---|---|---|
amazonDynamoDbStreamsClient | null | Consumer | Reference to a com.amazonaws.services.kinesis.AmazonDynamoDBStreams in the Registry. |
maxMessagesPerPoll | 100 | Consumer | Maximum results that will be returned in each poll to the AWS API, Given that the shard iterator is unique to the consumer, changing it shouldn't effect other consumers. |
iteratorType | LATEST | Consumer | One of trim_horizon , latest , after_sequence_number , or at_sequence_number . See http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/API_GetShardIterator.html for descriptions of these two iterator types. |
sequenceNumberProvider | null | Consumer | Either a bean reference to an implementation of org.apache.camel.component.aws.ddbstream.SequenceNumberProvider or a literal string representing a sequence number. The role of this is to determine where in the stream to start when using one of the after_sequence_number , or at_sequence_number iterator types. |
...