Update wiki Home page for google-pubsub-sink

gitea_admin 2026-03-11 14:36:36 +00:00
parent cc146526fb
commit 6ea59aefef

36
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 If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
From the project space, click on **"Create a release"**
The new version is automatically available in the list ## Metadata
## Step 2: Deploy | Property | Value |
Click on **"Deploy"** |----------|-------|
| Type | sink |
| Group | Google Pubsub |
| Namespace | GCP |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release ## Properties
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Name | Type | Required | Default | Description |
Enable **"Expose"** |------|------|----------|---------|-------------|
| `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`