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 2024/03/07 08:41:53 UTC

(camel-kamelets) branch 1930 created (now 89973dff)

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

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


      at 89973dff CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage

This branch includes the following new commits:

     new 39abd987 CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     new fa354948 CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     new c3d89bae CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     new 9821305a CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
     new c594c044 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
     new 9304ef39 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
     new 4330aec3 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
     new cd774440 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     new 922fbe74 CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     new 144260db CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
     new 89973dff CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage

The 11 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.



(camel-kamelets) 06/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob

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

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

commit 9304ef3963d5de7fd6868aac4fce05694a4918b9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:28:12 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../azure-storage-blob-cdc-source.kamelet.yaml     | 145 ---------------------
 1 file changed, 145 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
deleted file mode 100644
index 5c4679fa..00000000
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ /dev/null
@@ -1,145 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: camel.apache.org/v1
-kind: Kamelet
-metadata:
-  name: azure-storage-blob-cdc-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Preview"
-    camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
-    camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODEgODIiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjx1c2UgeGxpbms6aHJlZj0iI0EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9IkEiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMS4zMzMgMEMuNTMzIDAgMCAuNTMzIDAgMS4zMzN2MTZjMCAuOC41MzMgMS4zMz [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Azure Servicebus"
-    camel.apache.org/kamelet.namespace: "Azure"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: Azure Storage Blob CDC Source
-    description: |-
-      Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account.
-
-      Connection string is the basic method for authenticating to the Azure Servicebus Queue.
-
-      To use this Kamelet you'll need to set up Events on your Azure Storage Blob account and select as an endpoint an Azure Servicebus Queue.
-    required:
-      - topicOrQueueName
-      - connectionString
-      - accountName
-      - containerName
-      - accessKey
-    type: object
-    properties:
-      topicOrQueueName:
-        title: Topic Or Queue Name
-        description: Topic Or Queue Name for the Azure Servicebus instance
-        type: string
-      connectionString:
-        title: Connection String
-        description: Connection String for Azure Servicebus instance
-        type: string
-        format: password
-        x-descriptors:
-        - urn:camel:group:credentials
-      serviceBusReceiveMode:
-        title: Servicebus Receive Mode
-        description: Sets the receive mode for the receiver.
-        type: string
-        default: RECEIVE_AND_DELETE
-        enum: ["RECEIVE_AND_DELETE", "PEEK_LOCK"]
-      subscriptionName:
-        title: Subscription Name
-        description: Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic.
-        type: string
-      accountName:
-        title: Account Name
-        description: The Azure Storage Blob account name.
-        type: string
-        x-descriptors:
-        - urn:camel:group:credentials
-      containerName:
-        title: Container Name
-        description: The Azure Storage Blob container name.
-        type: string
-      accessKey:
-        title: Access Key
-        description: The Azure Storage Blob access key.
-        type: string
-        format: password
-        x-descriptors:
-        - urn:camel:group:credentials
-      credentialType:
-        title: Credential Type
-        description: Determines the credential strategy to adopt.
-        type: string
-        default: SHARED_ACCOUNT_KEY
-        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
-      getBlob:
-        title: Get Object in Container
-        description: >-
-          If getBlob is enabled, then the file created in the container will be
-          get and returned as body, if not only the event will be returned as body.
-        type: boolean
-        default: false
-  types:
-    out:
-      mediaType: application/octet-stream
-  dependencies:
-    - "camel:azure-servicebus"
-    - "camel:azure-storage-blob"
-    - "camel:kamelet"
-    - "camel:core"
-    - 'camel:jsonpath'
-    - 'camel:jackson'
-  template:
-    from:
-      uri: "azure-servicebus:{{topicOrQueueName}}"
-      parameters:
-        connectionString: "{{connectionString}}"
-        serviceBusReceiveMode: "{{serviceBusReceiveMode}}"
-        subscriptionName: "{{?subscriptionName}}"
-      steps:
-        - choice:
-            precondition: true
-            when:
-              - simple: '${properties:getBlob:true}'
-                steps:
-                  - setBody:
-                      simple: ${body.toString()}
-                  - unmarshal:
-                      json:
-                        library: Jackson
-                        unmarshalType: com.fasterxml.jackson.databind.JsonNode
-                  - setProperty:
-                      name: azure-storage-blob-event-type
-                      jsonpath: $.eventType
-                  - setProperty:
-                      name: azure-storage-blob-subject
-                      jsonpath: $.subject
-                  - setProperty:
-                      name: azure-storage-blob-blob-name
-                      simple: '${exchangeProperty.azure-storage-blob-subject.substring(${exchangeProperty.azure-storage-blob-subject.lastIndexOf("/")}++)}'
-                  - log: "${exchangeProperty.azure-storage-blob-event-type} - ${exchangeProperty.azure-storage-blob-subject} - ${exchangeProperty.azure-storage-blob-blob-name}"
-                  - choice:
-                      when:
-                        - simple: '${exchangeProperty.azure-storage-blob-event-type} == "Microsoft.Storage.BlobCreated" && ${exchangeProperty.azure-storage-blob-subject} contains "{{containerName}}"'
-                          steps:
-                            - toD: >-
-                                azure-storage-blob:{{accountName}}/{{containerName}}?accessKey=RAW({{accessKey}})&operation=getBlob&blobName=${exchangeProperty.azure-storage-blob-blob-name}&credentialType={{credentialType}}
-        - to: 'kamelet:sink'
-


(camel-kamelets) 05/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob

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

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

commit c594c04413e93b51a4442b59e3e947bc08f22340
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:27:05 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 ...elet.yaml => azure-storage-blob-event-based-source.kamelet.yaml} | 6 +++---
 .../kamelets/azure-storage-blob-event-based-source.kamelet.yaml     | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/kamelets/azure-storage-blob-event-based-source.kamelet.yaml
similarity index 98%
copy from kamelets/azure-storage-blob-cdc-source.kamelet.yaml
copy to kamelets/azure-storage-blob-event-based-source.kamelet.yaml
index 5c4679fa..06e5509b 100644
--- a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-event-based-source.kamelet.yaml
@@ -18,19 +18,19 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: azure-storage-blob-cdc-source
+  name: azure-storage-blob-event-based-source
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODEgODIiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjx1c2UgeGxpbms6aHJlZj0iI0EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9IkEiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMS4zMzMgMEMuNTMzIDAgMCAuNTMzIDAgMS4zMzN2MTZjMCAuOC41MzMgMS4zMz [...]
     camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Azure Servicebus"
+    camel.apache.org/kamelet.group: "Azure Storage Blob Event Based"
     camel.apache.org/kamelet.namespace: "Azure"
   labels:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: Azure Storage Blob CDC Source
+    title: Azure Storage Blob Event-based Source
     description: |-
       Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account.
 
diff --git a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml
similarity index 98%
rename from kamelets/azure-storage-blob-cdc-source.kamelet.yaml
rename to library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml
index 5c4679fa..06e5509b 100644
--- a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-event-based-source.kamelet.yaml
@@ -18,19 +18,19 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: azure-storage-blob-cdc-source
+  name: azure-storage-blob-event-based-source
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODEgODIiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjx1c2UgeGxpbms6aHJlZj0iI0EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9IkEiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMS4zMzMgMEMuNTMzIDAgMCAuNTMzIDAgMS4zMzN2MTZjMCAuOC41MzMgMS4zMz [...]
     camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Azure Servicebus"
+    camel.apache.org/kamelet.group: "Azure Storage Blob Event Based"
     camel.apache.org/kamelet.namespace: "Azure"
   labels:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: Azure Storage Blob CDC Source
+    title: Azure Storage Blob Event-based Source
     description: |-
       Receive data from Azure Service Bus subscribed to Azure Eventgrid reporting events related to a Azure Storage Blob account.
 


(camel-kamelets) 09/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage

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

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

commit 922fbe740463dfb41748085893224826c9bf8bc5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:37:46 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../google-storage-cdc-source.kamelet.yaml         | 123 ---------------------
 1 file changed, 123 deletions(-)

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
deleted file mode 100644
index 27445151..00000000
--- a/library/camel-kamelets/src/main/resources/kamelets/google-storage-cdc-source.kamelet.yaml
+++ /dev/null
@@ -1,123 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-apiVersion: camel.apache.org/v1
-kind: Kamelet
-metadata:
-  name: google-storage-cdc-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Preview"
-    camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
-    camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3 [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Google Storage"
-    camel.apache.org/kamelet.namespace: "GCP"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: "Google Storage CDC Source"
-    description: |-
-      Receive data from Google Pubsub reporting events related to a Google Storage bucket.
-
-      Service account key is the basic method for authenticating to the Google Pubsub and Google Storage.
-
-      To use this Kamelet you'll need to set up Events notification for your Google Storage Bucket.
-
-      You must encode the `serviceAccountKey` property before you pass it as a parameter.
-    required:
-      - projectId
-      - subscriptionName
-      - serviceAccountKey
-      - bucketNameOrArn
-    type: object
-    properties:
-      projectId:
-        title: Project Id
-        description: The Google Cloud Pub/Sub Project ID.
-        type: string
-      subscriptionName:
-        title: Subscription Name
-        description: The subscription name.
-        type: string
-      serviceAccountKey:
-        title: Service Account Key
-        description: The service account key to use as credentials for the Pub/Sub publisher/subscriber. You must encode this value in base64.
-        type: binary
-        x-descriptors:
-        - urn:camel:group:credentials
-      synchronousPull:
-        title: Synchronous Pull
-        description: Specifies to synchronously pull batches of messages.
-        type: boolean
-        default: false
-      maxMessagesPerPoll:
-        title: Max Messages Per Poll
-        description: The maximum number of messages to receive from the server in a single API call.
-        type: integer
-        default: 1
-      concurrentConsumers:
-        title: Concurrent Consumers
-        description: The number of parallel streams to consume from the subscription.
-        type: integer
-        default: 1
-      bucketNameOrArn:
-        title: Bucket Name Or ARN
-        description: The Google Cloud Storage bucket name or Bucket Amazon Resource Name (ARN).
-        type: string
-      getObject:
-        title: Get Object in Bucket
-        description: >-
-          If getObject is enabled, then the file created in the Bucket will be
-          get and returned as body, if not only the event will be returned as body.
-        type: boolean
-        default: false
-  dependencies:
-    - "camel:kamelet"
-    - "camel:google-pubsub"
-    - "camel:google-storage"
-    - "camel:jackson"
-    - "camel:core"
-  template:
-    from:
-      uri: "google-pubsub://{{projectId}}:{{subscriptionName}}"
-      parameters:
-        serviceAccountKey: "base64:{{serviceAccountKey}}"
-        synchronousPull: "{{synchronousPull}}"
-        maxMessagesPerPoll: "{{maxMessagesPerPoll}}"
-        concurrentConsumers: "{{concurrentConsumers}}"
-      steps:
-        - choice:
-            precondition: true
-            when:
-              - simple: '${properties:getObject:true}'
-                steps:
-                  - setProperty:
-                      name: google-storage-event-type
-                      simple: "${headers.CamelGooglePubsubAttributes[eventType]}"
-                  - setProperty:
-                      name: google-storage-object-id
-                      simple: "${headers.CamelGooglePubsubAttributes[objectId]}"
-                  - setProperty:
-                      name: google-storage-bucket-id
-                      simple: "${headers.CamelGooglePubsubAttributes[bucketId]}"
-                  - choice:
-                      when:
-                        - simple: '${exchangeProperty.google-storage-event-type} == "OBJECT_FINALIZE" && ${exchangeProperty.google-storage-bucket-id} == "{{bucketNameOrArn}}"'
-                          steps:
-                            - toD: >-
-                                google-storage:{{bucketNameOrArn}}?serviceAccountKey=base64:{{serviceAccountKey}}&operation=getObject&objectName=${exchangeProperty.google-storage-object-id}
-        - to: 'kamelet:sink'


(camel-kamelets) 04/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3

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

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

commit 9821305a33440906823420b055f0e90fbf683f51
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:25:01 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/aws-s3-event-based-source.kamelet.yaml                         | 2 +-
 .../src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/aws-s3-event-based-source.kamelet.yaml b/kamelets/aws-s3-event-based-source.kamelet.yaml
index 02135ed2..40b666ea 100644
--- a/kamelets/aws-s3-event-based-source.kamelet.yaml
+++ b/kamelets/aws-s3-event-based-source.kamelet.yaml
@@ -10,7 +10,7 @@ metadata:
     camel.apache.org/provider: Apache Software Foundation
     camel.apache.org/kamelet.group: AWS S3 Event-Based
     camel.apache.org/kamelet.namespace: "AWS"
-    camel.apache.org/keda.type: aws-s3-cdc-queue
+    camel.apache.org/keda.type: aws-s3-event-based-queue
   labels:
     camel.apache.org/kamelet.type: source
 spec:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml
index 02135ed2..40b666ea 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml
@@ -10,7 +10,7 @@ metadata:
     camel.apache.org/provider: Apache Software Foundation
     camel.apache.org/kamelet.group: AWS S3 Event-Based
     camel.apache.org/kamelet.namespace: "AWS"
-    camel.apache.org/keda.type: aws-s3-cdc-queue
+    camel.apache.org/keda.type: aws-s3-event-based-queue
   labels:
     camel.apache.org/kamelet.type: source
 spec:


(camel-kamelets) 10/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage

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

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

commit 144260dbbc862e887aef774ee6e255cda10689b6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:39:32 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 docs/modules/ROOT/nav.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index d5baa3fa..39773960 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -95,7 +95,7 @@
 * xref:google-pubsub-source.adoc[]
 * xref:google-sheets-sink.adoc[]
 * xref:google-sheets-source.adoc[]
-* xref:google-storage-cdc-source.adoc[]
+* xref:google-storage-event-based-source.adoc[]
 * xref:google-storage-sink.adoc[]
 * xref:google-storage-source.adoc[]
 * xref:graphql-sink.adoc[]


(camel-kamelets) 01/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3

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

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

commit 39abd987c2e690ecdfb9294e09ae705b24748829
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:20:30 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 ...c-source.kamelet.yaml => aws-s3-event-based-source.kamelet.yaml} | 6 +++---
 ...c-source.kamelet.yaml => aws-s3-event-based-source.kamelet.yaml} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kamelets/aws-s3-cdc-source.kamelet.yaml b/kamelets/aws-s3-event-based-source.kamelet.yaml
similarity index 98%
rename from kamelets/aws-s3-cdc-source.kamelet.yaml
rename to kamelets/aws-s3-event-based-source.kamelet.yaml
index 96a8b5c9..02135ed2 100644
--- a/kamelets/aws-s3-cdc-source.kamelet.yaml
+++ b/kamelets/aws-s3-event-based-source.kamelet.yaml
@@ -1,21 +1,21 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: aws-s3-cdc-source
+  name: aws-s3-event-based-source
   annotations:
     camel.apache.org/kamelet.support.level: Preview
     camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: >-
       data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFRE [...]
     camel.apache.org/provider: Apache Software Foundation
-    camel.apache.org/kamelet.group: AWS S3 CDC
+    camel.apache.org/kamelet.group: AWS S3 Event-Based
     camel.apache.org/kamelet.namespace: "AWS"
     camel.apache.org/keda.type: aws-s3-cdc-queue
   labels:
     camel.apache.org/kamelet.type: source
 spec:
   definition:
-    title: AWS S3 CDC Source
+    title: AWS S3 Event Based Source
     description: >-
       Receive data from AWS SQS subscribed to Eventbridge Bus reporting events related to an S3 bucket or multiple buckets.
 
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml
similarity index 98%
rename from library/camel-kamelets/src/main/resources/kamelets/aws-s3-cdc-source.kamelet.yaml
rename to library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml
index 96a8b5c9..02135ed2 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-s3-cdc-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-s3-event-based-source.kamelet.yaml
@@ -1,21 +1,21 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: aws-s3-cdc-source
+  name: aws-s3-event-based-source
   annotations:
     camel.apache.org/kamelet.support.level: Preview
     camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: >-
       data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFRE [...]
     camel.apache.org/provider: Apache Software Foundation
-    camel.apache.org/kamelet.group: AWS S3 CDC
+    camel.apache.org/kamelet.group: AWS S3 Event-Based
     camel.apache.org/kamelet.namespace: "AWS"
     camel.apache.org/keda.type: aws-s3-cdc-queue
   labels:
     camel.apache.org/kamelet.type: source
 spec:
   definition:
-    title: AWS S3 CDC Source
+    title: AWS S3 Event Based Source
     description: >-
       Receive data from AWS SQS subscribed to Eventbridge Bus reporting events related to an S3 bucket or multiple buckets.
 


(camel-kamelets) 02/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3

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

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

commit fa354948981590306813356227f893ce230f2c4b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:21:10 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 docs/modules/ROOT/nav.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index aab32f35..f8b9aadd 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -14,7 +14,7 @@
 * xref:aws-lambda-sink.adoc[]
 * xref:aws-redshift-sink.adoc[]
 * xref:aws-redshift-source.adoc[]
-* xref:aws-s3-cdc-source.adoc[]
+* xref:aws-s3-event-based-source.adoc[]
 * xref:aws-s3-sink.adoc[]
 * xref:aws-s3-source.adoc[]
 * xref:aws-s3-streaming-upload-sink.adoc[]


(camel-kamelets) 08/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage

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

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

commit cd774440f6efdbfa936c81c50211b121159a5541
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:32:22 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 ....kamelet.yaml => google-storage-event-based-source.kamelet.yaml} | 6 +++---
 .../kamelets/google-storage-event-based-source.kamelet.yaml         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kamelets/google-storage-cdc-source.kamelet.yaml b/kamelets/google-storage-event-based-source.kamelet.yaml
similarity index 97%
copy from kamelets/google-storage-cdc-source.kamelet.yaml
copy to kamelets/google-storage-event-based-source.kamelet.yaml
index 27445151..eeb83d2d 100644
--- a/kamelets/google-storage-cdc-source.kamelet.yaml
+++ b/kamelets/google-storage-event-based-source.kamelet.yaml
@@ -17,19 +17,19 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: google-storage-cdc-source
+  name: google-storage-event-based-source
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3 [...]
     camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Google Storage"
+    camel.apache.org/kamelet.group: "Google Storage Event-based"
     camel.apache.org/kamelet.namespace: "GCP"
   labels:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: "Google Storage CDC Source"
+    title: "Google Storage Event-based Source"
     description: |-
       Receive data from Google Pubsub reporting events related to a Google Storage bucket.
 
diff --git a/kamelets/google-storage-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-storage-event-based-source.kamelet.yaml
similarity index 97%
rename from kamelets/google-storage-cdc-source.kamelet.yaml
rename to library/camel-kamelets/src/main/resources/kamelets/google-storage-event-based-source.kamelet.yaml
index 27445151..eeb83d2d 100644
--- a/kamelets/google-storage-cdc-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-storage-event-based-source.kamelet.yaml
@@ -17,19 +17,19 @@
 apiVersion: camel.apache.org/v1
 kind: Kamelet
 metadata:
-  name: google-storage-cdc-source
+  name: google-storage-event-based-source
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "4.5.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii0xLjYzMzIzNTQzIDcuMDMyNjA5MzMgMTMxLjI2NTc0NjgyIDExNC40MzkzOTA2NyIgd2lkdGg9IjI1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NCIgeDI9IjY0IiB5MT0iNy4wMzQiIHkyPSIxMjAuNzg5Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0Mzg3ZmQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3 [...]
     camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Google Storage"
+    camel.apache.org/kamelet.group: "Google Storage Event-based"
     camel.apache.org/kamelet.namespace: "GCP"
   labels:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: "Google Storage CDC Source"
+    title: "Google Storage Event-based Source"
     description: |-
       Receive data from Google Pubsub reporting events related to a Google Storage bucket.
 


(camel-kamelets) 11/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage

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

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

commit 89973dff0893c4d80750510192dc132bbc3e482b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:40:17 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Google Storage
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 script/validator/validator.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/validator/validator.go b/script/validator/validator.go
index 7ee64bd3..7eebeb63 100644
--- a/script/validator/validator.go
+++ b/script/validator/validator.go
@@ -378,7 +378,7 @@ func listKamelets(dir string) []KameletInfo {
 
 func verifyUsedParams(kamelets []KameletInfo) (errors []error) {
 	for _, k := range kamelets {
-		if k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != "../../kamelets/opensearch [...]
+		if k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != "../../kamelets/op [...]
 			used := getUsedParams(k.Kamelet)
 			declared := getDeclaredParams(k.Kamelet)
 			for p := range used {


(camel-kamelets) 07/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob

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

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

commit 4330aec3f28e8302030881d7e71199fa77872dd2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:30:02 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - Azure Storage Blob
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 docs/modules/ROOT/nav.adoc    | 2 +-
 script/validator/validator.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index f8b9aadd..d5baa3fa 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -37,8 +37,8 @@
 * xref:azure-servicebus-sink.adoc[]
 * xref:azure-servicebus-source.adoc[]
 * xref:azure-storage-blob-append-sink.adoc[]
-* xref:azure-storage-blob-cdc-source.adoc[]
 * xref:azure-storage-blob-changefeed-source.adoc[]
+* xref:azure-storage-blob-event-based-source.adoc[]
 * xref:azure-storage-blob-sink.adoc[]
 * xref:azure-storage-blob-source.adoc[]
 * xref:azure-storage-datalake-sink.adoc[]
diff --git a/script/validator/validator.go b/script/validator/validator.go
index 2dc9a3f0..7ee64bd3 100644
--- a/script/validator/validator.go
+++ b/script/validator/validator.go
@@ -378,7 +378,7 @@ func listKamelets(dir string) []KameletInfo {
 
 func verifyUsedParams(kamelets []KameletInfo) (errors []error) {
 	for _, k := range kamelets {
-		if k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != "../../kamelets/opensearch-search- [...]
+		if k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != "../../kamelets/opensearch [...]
 			used := getUsedParams(k.Kamelet)
 			declared := getDeclaredParams(k.Kamelet)
 			for p := range used {


(camel-kamelets) 03/11: CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3

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

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

commit c3d89bae5de41fe3056597d70be6f68d3b383572
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 7 09:23:10 2024 +0100

    CDC Storage Source Kamelets, rename to -event-based instead of cdc - AWS S3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 script/validator/validator.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/validator/validator.go b/script/validator/validator.go
index ef8ec537..2dc9a3f0 100644
--- a/script/validator/validator.go
+++ b/script/validator/validator.go
@@ -378,7 +378,7 @@ func listKamelets(dir string) []KameletInfo {
 
 func verifyUsedParams(kamelets []KameletInfo) (errors []error) {
 	for _, k := range kamelets {
-		if k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != "../../kamelets/opensearch-search-source.k [...]
+		if k.FileName != "../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != "../../kamelets/aws-s3-event-based-source.kamelet.yaml" && k.FileName != "../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != "../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/google-storage-cdc-source.kamelet.yaml" && k.FileName != "../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != "../../kamelets/opensearch-search- [...]
 			used := getUsedParams(k.Kamelet)
 			declared := getDeclaredParams(k.Kamelet)
 			for p := range used {