camel-infinispan-source-kafka-connector source configuration
Connector Description: Get Events from an Infinispan cache
When using camel-infinispan-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-infinispan-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.infinispansource.CamelInfinispansourceSourceConnector
The camel-infinispan-source source connector supports 9 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 | |
Specifies the set of event types to register by the consumer. Multiple event can be separated by comma without spaces. Example: CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED. | "CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_CACHE_FAILOVER" | MEDIUM |
The camel-infinispan-source source connector has no converters out of the box.
The camel-infinispan-source source connector has no transforms out of the box.
The camel-infinispan-source source connector has no aggregation strategies out of the box.