Update wiki Home page for google-pubsub-source

gitea_admin 2026-03-11 14:36:37 +00:00
parent 60d6f1b0a4
commit 810da056c0

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform
# Google Pubsub Source
Deploy on CamelX Platform in three steps
Consume messages from 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 | source |
| 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. |
| `subscriptionName` | string | ✓ | | The subscription name. |
| `serviceAccountKey` | binary | | | The service account key to use as credentials for the Pub/Sub publisher/subscriber. You must encode this value in base64. |
| `synchronousPull` | boolean | | `false` | Specifies to synchronously pull batches of messages. |
| `maxMessagesPerPoll` | integer | | `1` | The maximum number of messages to receive from the server in a single API call. |
| `concurrentConsumers` | integer | | `1` | The number of parallel streams to consume from the subscription. |
Choose an **API Gateway** (Internal, Public, etc.)
## Dependencies
- `camel:kamelet`
- `camel:google-pubsub`
- `camel:jackson`