Update wiki Home page for timestamp-router-action

gitea_admin 2026-03-11 14:40:46 +00:00
parent a170a172d8
commit 2543989461

33
Home.md

@ -1,21 +1,26 @@
# Deploy the Project on CamelX Platform # Timestamp Router Action
Deploy on CamelX Platform in three steps Update the topic field as a function of the original topic name and the record timestamp.
## 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 | `topicFormat` | string | | `topic-$[timestamp]` | Format string which can contain '$[topic]' and '$[timestamp]' as placeholders for the topic and timestamp, respectively. |
- **Resources:** Set CPU and Memory | `timestampFormat` | string | | `yyyyMMdd` | Format string for the timestamp that is compatible with java.text.SimpleDateFormat. |
| `timestampHeaderName` | string | | `kafka.TIMESTAMP` | The name of the header containing a timestamp |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:kamelet`
- `camel:core`