Update wiki Home page for infinispan-source

gitea_admin 2026-03-11 14:37:04 +00:00
parent d9053d1076
commit ce2e34cc3e

40
Home.md

@ -1,21 +1,33 @@
# Deploy the Project on CamelX Platform
# Infinispan Source
Deploy on CamelX Platform in three steps
Get Events from an Infinispan cache
## Step 1: Create a release
From the project space, click on **"Create a release"**
## Metadata
The new version is automatically available in the list
| Property | Value |
|----------|-------|
| Type | source |
| Group | Infinispan |
| Namespace | Cache |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy
Click on **"Deploy"**
## Properties
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
| 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 |
| `eventTypes` | string | | `CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_C…` | Specifies the set of event types to register by the consumer. Multiple event can be separated by comma without spaces. |
## Step 3: Expose
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:kamelet`
- `camel:core`
- `camel:infinispan`