camel-atomix-value-kafka-connector source configuration

When using camel-atomix-value-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-atomix-value-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

The camel-atomix-value source connector supports 35 options, which are listed below.

Name Description Default Priority

camel.source.path.resourceName

The distributed resource name

null

HIGH

camel.source.endpoint.atomix

The Atomix instance to use

null

MEDIUM

camel.source.endpoint.configurationUri

The Atomix configuration uri.

null

MEDIUM

camel.source.endpoint.defaultAction

The default action. One of: [SET] [GET] [GET_AND_SET] [COMPARE_AND_SET]

"SET"

MEDIUM

camel.source.endpoint.nodes

The address of the nodes composing the cluster.

null

MEDIUM

camel.source.endpoint.resultHeader

The header that wil carry the result.

null

MEDIUM

camel.source.endpoint.transportClassName

The class name (fqn) of the Atomix transport

"io.atomix.catalyst.transport.netty.NettyTransport"

MEDIUM

camel.source.endpoint.ttl

The resource ttl.

null

MEDIUM

camel.source.endpoint.bridgeErrorHandler

Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.

false

MEDIUM

camel.source.endpoint.exceptionHandler

To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.

null

MEDIUM

camel.source.endpoint.exchangePattern

Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]

null

MEDIUM

camel.source.endpoint.basicPropertyBinding

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

false

MEDIUM

camel.source.endpoint.defaultResourceConfig

The cluster wide default resource configuration.

null

MEDIUM

camel.source.endpoint.defaultResourceOptions

The local default resource options.

null

MEDIUM

camel.source.endpoint.ephemeral

Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored.

false

MEDIUM

camel.source.endpoint.readConsistency

The read consistency level. One of: [ATOMIC] [ATOMIC_LEASE] [SEQUENTIAL] [LOCAL]

null

MEDIUM

camel.source.endpoint.resourceConfigs

Cluster wide resources configuration.

null

MEDIUM

camel.source.endpoint.resourceOptions

Local resources configurations

null

MEDIUM

camel.source.endpoint.synchronous

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

false

MEDIUM

camel.component.atomix-value.atomix

The Atomix instance to use

null

MEDIUM

camel.component.atomix-value.configuration

The shared component configuration

null

MEDIUM

camel.component.atomix-value.configurationUri

The path to the AtomixClient configuration

null

MEDIUM

camel.component.atomix-value.defaultAction

The default action. One of: [SET] [GET] [GET_AND_SET] [COMPARE_AND_SET]

"SET"

MEDIUM

camel.component.atomix-value.nodes

The nodes the AtomixClient should connect to

null

MEDIUM

camel.component.atomix-value.resultHeader

The header that wil carry the result.

null

MEDIUM

camel.component.atomix-value.transportClassName

The class name (fqn) of the Atomix transport

"io.atomix.catalyst.transport.netty.NettyTransport"

MEDIUM

camel.component.atomix-value.ttl

The resource ttl.

null

MEDIUM

camel.component.atomix-value.bridgeErrorHandler

Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.

false

MEDIUM

camel.component.atomix-value.basicPropertyBinding

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

false

MEDIUM

camel.component.atomix-value.defaultResourceConfig

The cluster wide default resource configuration.

null

MEDIUM

camel.component.atomix-value.defaultResource Options

The local default resource options.

null

MEDIUM

camel.component.atomix-value.ephemeral

Sets if the local member should join groups as PersistentMember or not. If set to ephemeral the local member will receive an auto generated ID thus the local one is ignored.

false

MEDIUM

camel.component.atomix-value.readConsistency

The read consistency level. One of: [ATOMIC] [ATOMIC_LEASE] [SEQUENTIAL] [LOCAL]

null

MEDIUM

camel.component.atomix-value.resourceConfigs

Cluster wide resources configuration.

null

MEDIUM

camel.component.atomix-value.resourceOptions

Local resources configurations

null

MEDIUM