This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 518f0f1229f Camel-AWS-Kinesis: KCL Consumer add a note about starting
time and tasks when using KCL (#14821)
518f0f1229f is described below
commit 518f0f1229fc94f9fdc60204660ee1ed87793a59
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 15 11:17:29 2024 +0200
Camel-AWS-Kinesis: KCL Consumer add a note about starting time and tasks
when using KCL (#14821)
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.