generated from camel.apache.org/kamelet
Update wiki Home page for value-to-key-action
parent
915d1772ca
commit
1279ab9a6d
32
Home.md
32
Home.md
@ -1,21 +1,25 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Value to Key Action
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Replace the Kafka record key with a new key formed from a fields subset coming from the message body
|
||||||
|
|
||||||
## Step 1: Create a release
|
## Metadata
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
| Property | Value |
|
||||||
|
|----------|-------|
|
||||||
|
| Type | action |
|
||||||
|
| Group | Actions |
|
||||||
|
| Namespace | Kafka |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
## Step 2: Deploy
|
## Properties
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Name | Type | Required | Default | Description |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|------|------|----------|---------|-------------|
|
||||||
- **Configuration:** Select the configuration source
|
| `fields` | string | ✓ | | Comma separated list of fields to be used to form the new key |
|
||||||
- **Resources:** Set CPU and Memory
|
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:core`
|
||||||
|
- `camel:jackson`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user