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 10:15:13 UTC

[camel-kamelets] branch 0.9.x updated (54a62b5e -> f150e688)

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

acosentino pushed a change to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from 54a62b5e Switch Azure Storage Blob Source from timer producer style to a pure consumer
     new 3d7edb0e Azure Storage Blob Source Kamelet: Add a delay parameter
     new f150e688 Azure Storage Blob Source Kamelet: Add a delay parameter

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kamelets/azure-storage-blob-source.kamelet.yaml                     | 6 ++++++
 .../main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 6 ++++++
 2 files changed, 12 insertions(+)


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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 3d7edb0eb0a05684060f27b6cf2e1bd69df5ae65
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 27 11:40:13 2022 +0200

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

diff --git a/kamelets/azure-storage-blob-source.kamelet.yaml b/kamelets/azure-storage-blob-source.kamelet.yaml
index a8cb5d09..e79621bc 100644
--- a/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -61,6 +61,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"
@@ -73,6 +78,7 @@ spec:
       parameters:
         accessKey: "{{accessKey}}"
         credentialType: "{{credentialType}}"
+        delay: "{{delay}}"
       steps:
         - to: "kamelet:sink"
         - to:


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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f150e6884c5fa203c3e28497f58242cf73f6cb14
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 a8cb5d09..e79621bc 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
@@ -61,6 +61,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"
@@ -73,6 +78,7 @@ spec:
       parameters:
         accessKey: "{{accessKey}}"
         credentialType: "{{credentialType}}"
+        delay: "{{delay}}"
       steps:
         - to: "kamelet:sink"
         - to: