From 6ea59aefef054c3e3889e227576f0c25178c5041 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:36:36 +0000 Subject: [PATCH] Update wiki Home page for google-pubsub-sink --- Home.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..da6517b 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,29 @@ -# Deploy the Project on CamelX Platform +# Google Pubsub Sink -Deploy on CamelX Platform in three steps +Send messages to Google Cloud Pub/Sub. -## Step 1: Create a release -From the project space, click on **"Create a release"** +If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter. -The new version is automatically available in the list +## Metadata -## Step 2: Deploy -Click on **"Deploy"** +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Google Pubsub | +| Namespace | GCP | +| Support Level | Stable | +| Provider | Apache Software Foundation | -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Properties -## Step 3: Expose -Enable **"Expose"** +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `projectId` | string | ✓ | | The Google Cloud Pub/Sub Project ID. | +| `destinationName` | string | ✓ | | The destination name. | +| `serviceAccountKey` | binary | | | The service account key to use as credentials for the Pub/Sub publisher/subscriber. You must encode this value in base64. | -Choose an **API Gateway** (Internal, Public, etc.) +## Dependencies + +- `camel:kamelet` +- `camel:google-pubsub` +- `camel:jackson`