You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/27 09:42:22 UTC

[camel-kamelets] 02/02: Azure Storage Blob Source Kamelet: Add a delay parameter

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch delay-azure-storage-blob
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 5b0ddb57622b217b1c5386c930745c65bba81ebb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 27 11:41:53 2022 +0200

    Azure Storage Blob Source Kamelet: Add a delay parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index 32c0691d..85357e27 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -63,6 +63,11 @@ spec:
         description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
         type: string
         default: SHARED_ACCOUNT_KEY
+      delay:
+        title: Delay
+        description: The number of milliseconds before the next poll of the selected blob.
+        type: integer
+        default: 500
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"
@@ -88,6 +93,7 @@ spec:
       parameters:
         accessKey: "{{accessKey}}"
         credentialType: "{{credentialType}}"
+        delay: "{{delay}}"
       steps:
         - process:
             ref: "{{duplicateHeaders}}"