2 Home
gitea_admin edited this page 2026-03-11 14:37:02 +00:00

Infinispan Sink

Write object to an Infinispan cache.

The Kamelet expects the following headers to be set:

  • key / ce-key: as the key to use when put an object in the Infinispan cache.

If the header won't be set the exchange ID will be used as key.

Metadata

Property Value
Type sink
Group Infinispan
Namespace Cache
Support Level Stable
Provider Apache Software Foundation

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