This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kcl-note in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1e9515a878eebdad3a60a8573dc657f64dbd0175 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jul 15 11:00:51 2024 +0200 Camel-AWS-Kinesis: KCL Consumer add a note about starting time and tasks when using KCL Signed-off-by: Andrea Cosentino <[email protected]> --- .../camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/camel-aws/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc b/components/camel-aws/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc index d433d650f92..c5702c1a024 100644 --- a/components/camel-aws/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc +++ b/components/camel-aws/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc @@ -144,6 +144,8 @@ This feature will make possible to automatically checkpointing the Shard Iterati Everything will work out of the box, by simply using your AWS Credentials. +NOTE: In the beginning the consumer will require 60/70 seconds for preparing everything, listing the shards, creating/querying the Lease table on Dynamo DB. Keep it in mind while working with the KCL consumer. + == Dependencies Maven users will need to add the following dependency to their pom.xml.
