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/11/30 10:56:09 UTC

[camel-kamelets] 01/02: Azure Storage Blob CDC Source Kamelet: Parameter is getBlob and not getObject

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

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

commit 2f2f07314d181338a0f6c6f10b80cdb8e825ee21
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 30 11:52:18 2022 +0100

    Azure Storage Blob CDC Source Kamelet: Parameter is getBlob and not getObject
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-blob-cdc-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
index 219ed0c0..ba8f94ff 100644
--- a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
@@ -118,7 +118,7 @@ spec:
         - choice:
             precondition: true
             when:
-              - simple: '${properties:getObject:true}'
+              - simple: '${properties:getBlob:true}'
                 steps:
                   - set-body:
                       simple: ${body.toString()}