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 13:22:51 UTC

[camel-kamelets] 02/02: Add a Google Cloud Storage CDC Source Kamelet

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

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

commit 5b028d083e42970d606e4dcda75c1478143812b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 30 14:22:35 2022 +0100

    Add a Google Cloud Storage CDC Source Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml
index b3c9c4b3..85d378cb 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml
@@ -111,7 +111,6 @@ spec:
                   - set-header:
                       name: attributesStorage
                       simple: ${headers.CamelGooglePubsub.Attributes}
-                  - log: "${headers.attributesStorage}"
                   - set-property:
                       name: google-storage-event-type
                       simple: "${headers.attributesStorage[eventType]}"