generated from camel.apache.org/kamelet
Update wiki Home page for infinispan-sink
parent
3c922bad59
commit
51224bf059
45
Home.md
45
Home.md
@ -1,21 +1,38 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# Infinispan Sink
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Write object to an Infinispan cache.
|
||||
|
||||
## Step 1: Create a release
|
||||
From the project space, click on **"Create a release"**
|
||||
The Kamelet expects the following headers to be set:
|
||||
|
||||
The new version is automatically available in the list
|
||||
- `key` / `ce-key`: as the key to use when put an object in the Infinispan cache.
|
||||
|
||||
## Step 2: Deploy
|
||||
Click on **"Deploy"**
|
||||
If the header won't be set the exchange ID will be used as key.
|
||||
|
||||
- **Version:** Select the desired release
|
||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
||||
- **Configuration:** Select the configuration source
|
||||
- **Resources:** Set CPU and Memory
|
||||
## Metadata
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| Type | sink |
|
||||
| Group | Infinispan |
|
||||
| Namespace | Cache |
|
||||
| Support Level | Stable |
|
||||
| Provider | Apache Software Foundation |
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
## Properties
|
||||
|
||||
| Name | Type | Required | Default | Description |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `cacheName` | string | ✓ | | The name of the Infinispan cache to use |
|
||||
| `hosts` | string | ✓ | | Specifies the host of the cache on Infinispan instance |
|
||||
| `secure` | boolean | | `true` | If the Infinispan instance is secured or not |
|
||||
| `username` | string | ✓ | | Username to connect to Infinispan. |
|
||||
| `password` | string | ✓ | | Password to connect to Infinispan. |
|
||||
| `saslMechanism` | string | | `DIGEST-MD5` | The SASL Mechanism to use |
|
||||
| `securityRealm` | string | | `default` | Define the security realm to access the infinispan instance |
|
||||
| `securityServerName` | string | | `infinispan` | Define the security server name to access the infinispan instance |
|
||||
|
||||
## Dependencies
|
||||
|
||||
- `camel:kamelet`
|
||||
- `camel:core`
|
||||
- `camel:infinispan`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user