camel-infinispan-kafka-connector sink configuration

When using camel-infinispan-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:

<dependency>
  <groupId>org.apache.camel.kafkaconnector</groupId>
  <artifactId>camel-infinispan-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

To use this Sink connector in Kafka connect you’ll need to set the following connector.class

connector.class=org.apache.camel.kafkaconnector.infinispan.CamelInfinispanSinkConnector

The camel-infinispan sink connector supports 47 options, which are listed below.

Name Description Default Required Priority

camel.sink.path.cacheName

The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name.

null

true

HIGH

camel.sink.endpoint.hosts

Specifies the host of the cache on Infinispan instance

null

false

MEDIUM

camel.sink.endpoint.queryBuilder

Specifies the query builder.

null

false

MEDIUM

camel.sink.endpoint.secure

Define if we are connecting to a secured Infinispan instance

false

false

MEDIUM

camel.sink.endpoint.defaultValue

Set a specific default value for some producer operations

null

false

MEDIUM

camel.sink.endpoint.key

Set a specific key for producer operations

null

false

MEDIUM

camel.sink.endpoint.lazyStartProducer

Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.

false

false

MEDIUM

camel.sink.endpoint.oldValue

Set a specific old value for some producer operations

null

false

MEDIUM

camel.sink.endpoint.operation

The operation to perform. One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]

"PUT"

false

MEDIUM

camel.sink.endpoint.value

Set a specific value for producer operations

null

false

MEDIUM

camel.sink.endpoint.password

Define the password to access the infinispan instance

null

false

MEDIUM

camel.sink.endpoint.saslMechanism

Define the SASL Mechanism to access the infinispan instance

null

false

MEDIUM

camel.sink.endpoint.securityRealm

Define the security realm to access the infinispan instance

null

false

MEDIUM

camel.sink.endpoint.securityServerName

Define the security server name to access the infinispan instance

null

false

MEDIUM

camel.sink.endpoint.username

Define the username to access the infinispan instance

null

false

MEDIUM

camel.sink.endpoint.basicPropertyBinding

Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities

false

false

MEDIUM

camel.sink.endpoint.cacheContainer

Specifies the cache Container to connect

null

false

MEDIUM

camel.sink.endpoint.cacheContainerConfiguration

The CacheContainer configuration. Uses if the cacheContainer is not defined. Must be the following types: org.infinispan.client.hotrod.configuration.Configuration - for remote cache interaction configuration; org.infinispan.configuration.cache.Configuration - for embedded cache interaction configuration;

null

false

MEDIUM

camel.sink.endpoint.configurationProperties

Implementation specific properties for the CacheManager

null

false

MEDIUM

camel.sink.endpoint.configurationUri

An implementation specific URI for the CacheManager

null

false

MEDIUM

camel.sink.endpoint.flags

A comma separated list of Flag to be applied by default on each cache invocation, not applicable to remote caches.

null

false

MEDIUM

camel.sink.endpoint.remappingFunction

Set a specific remappingFunction to use in a compute operation

null

false

MEDIUM

camel.sink.endpoint.resultHeader

Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader

null

false

MEDIUM

camel.sink.endpoint.synchronous

Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

false

false

MEDIUM

camel.component.infinispan.configuration

Component configuration

null

false

MEDIUM

camel.component.infinispan.hosts

Specifies the host of the cache on Infinispan instance

null

false

MEDIUM

camel.component.infinispan.queryBuilder

Specifies the query builder.

null

false

MEDIUM

camel.component.infinispan.secure

Define if we are connecting to a secured Infinispan instance

false

false

MEDIUM

camel.component.infinispan.defaultValue

Set a specific default value for some producer operations

null

false

MEDIUM

camel.component.infinispan.key

Set a specific key for producer operations

null

false

MEDIUM

camel.component.infinispan.lazyStartProducer

Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.

false

false

MEDIUM

camel.component.infinispan.oldValue

Set a specific old value for some producer operations

null

false

MEDIUM

camel.component.infinispan.operation

The operation to perform. One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]

"PUT"

false

MEDIUM

camel.component.infinispan.value

Set a specific value for producer operations

null

false

MEDIUM

camel.component.infinispan.password

Define the password to access the infinispan instance

null

false

MEDIUM

camel.component.infinispan.saslMechanism

Define the SASL Mechanism to access the infinispan instance

null

false

MEDIUM

camel.component.infinispan.securityRealm

Define the security realm to access the infinispan instance

null

false

MEDIUM

camel.component.infinispan.securityServerName

Define the security server name to access the infinispan instance

null

false

MEDIUM

camel.component.infinispan.username

Define the username to access the infinispan instance

null

false

MEDIUM

camel.component.infinispan.basicPropertyBinding

Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities

false

false

LOW

camel.component.infinispan.cacheContainer

Specifies the cache Container to connect

null

false

MEDIUM

camel.component.infinispan.cacheContainer Configuration

The CacheContainer configuration. Uses if the cacheContainer is not defined. Must be the following types: org.infinispan.client.hotrod.configuration.Configuration - for remote cache interaction configuration; org.infinispan.configuration.cache.Configuration - for embedded cache interaction configuration;

null

false

MEDIUM

camel.component.infinispan.configurationProperties

Implementation specific properties for the CacheManager

null

false

MEDIUM

camel.component.infinispan.configurationUri

An implementation specific URI for the CacheManager

null

false

MEDIUM

camel.component.infinispan.flags

A comma separated list of Flag to be applied by default on each cache invocation, not applicable to remote caches.

null

false

MEDIUM

camel.component.infinispan.remappingFunction

Set a specific remappingFunction to use in a compute operation

null

false

MEDIUM

camel.component.infinispan.resultHeader

Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader

null

false

MEDIUM

The camel-infinispan sink connector has no converters out of the box.

The camel-infinispan sink connector has no transforms out of the box.

The camel-infinispan sink connector has no aggregation strategies out of the box.