This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1188 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit cbe49f7c0bef02504871b1826a68ba3df4774e2a Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 30 11:28:25 2022 +0100 Add a Google Cloud Storage CDC Source Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- .../resources/kamelets/google-storage-cdc-source.kamelet.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 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 index 1e7e48ab..aa1bd513 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 @@ -28,9 +28,13 @@ metadata: camel.apache.org/kamelet.type: "source" spec: definition: - title: "Google Pubsub Source" + title: "Google Storage CDC Source" description: |- - Consume messages from Google Cloud Pub/Sub. + 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. required: - projectId - subscriptionName
