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 3be56abf0a2c34ce4f46f49592d40b33f76b4533 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 30 11:30:24 2022 +0100 Add a Google Cloud Storage CDC Source Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/google-storage-cdc-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/google-storage-cdc-source.kamelet.yaml b/kamelets/google-storage-cdc-source.kamelet.yaml index aa1bd513..f55543ea 100644 --- a/kamelets/google-storage-cdc-source.kamelet.yaml +++ b/kamelets/google-storage-cdc-source.kamelet.yaml @@ -91,6 +91,7 @@ spec: - "camel:google-pubsub" - "camel:google-storage" - "camel:jackson" + - "camel:core" template: from: uri: "google-pubsub://{{projectId}}:{{subscriptionName}}"
