camel-infinispan-sink-kafka-connector sink configuration
Connector Description: 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.
When using camel-infinispan-sink-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-sink-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.infinispansink.CamelInfinispansinkSinkConnector
The camel-infinispan-sink sink connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The name of the Infinispan cache to use. | HIGH | ||
Required Specifies the host of the cache on Infinispan instance. | HIGH | ||
If the Infinispan instance is secured or not. | true | MEDIUM | |
Required Username to connect to Infinispan. | HIGH | ||
Required Password to connect to Infinispan. | HIGH | ||
The SASL Mechanism to use. | "DIGEST-MD5" | MEDIUM | |
Define the security realm to access the infinispan instance. | "default" | MEDIUM | |
Define the security server name to access the infinispan instance. | "infinispan" | MEDIUM |
The camel-infinispan-sink sink connector has no converters out of the box.
The camel-infinispan-sink sink connector has no transforms out of the box.
The camel-infinispan-sink sink connector has no aggregation strategies out of the box.