camel-aws-swf-kafka-connector source configuration
When using camel-aws-swf-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-aws-swf-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.awsswf.CamelAwsswfSourceConnector
The camel-aws-swf source connector supports 42 options, which are listed below.
Name | Description | Default | Required | Priority |
---|---|---|---|---|
camel.source.path.type |
Activity or workflow One of: [activity] [workflow] |
null |
true |
HIGH |
camel.source.endpoint.amazonSWClient |
To use the given AmazonSimpleWorkflowClient as client |
null |
false |
MEDIUM |
camel.source.endpoint.dataConverter |
An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data. |
null |
false |
MEDIUM |
camel.source.endpoint.domainName |
The workflow domain to use. |
null |
false |
MEDIUM |
camel.source.endpoint.eventName |
The workflow or activity event name to use. |
null |
false |
MEDIUM |
camel.source.endpoint.region |
Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You’ll need to use the name Regions.EU_WEST_1.name() |
null |
false |
MEDIUM |
camel.source.endpoint.version |
The workflow or activity event version to use. |
null |
false |
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 |
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 |
false |
MEDIUM |
camel.source.endpoint.exchangePattern |
Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut] |
null |
false |
MEDIUM |
camel.source.endpoint.activityList |
The list name to consume activities from. |
null |
false |
MEDIUM |
camel.source.endpoint.activityThreadPoolSize |
Maximum number of threads in work pool for activity. |
100 |
false |
MEDIUM |
camel.source.endpoint.activityTypeExecutionOptions |
Activity execution options |
null |
false |
MEDIUM |
camel.source.endpoint.activityTypeRegistration Options |
Activity registration options |
null |
false |
MEDIUM |
camel.source.endpoint.clientConfiguration Parameters |
To configure the ClientConfiguration using the key/values from the Map. |
null |
false |
MEDIUM |
camel.source.endpoint.startWorkflowOptions Parameters |
To configure the StartWorkflowOptions using the key/values from the Map. |
null |
false |
MEDIUM |
camel.source.endpoint.sWClientParameters |
To configure the AmazonSimpleWorkflowClient using the key/values from the Map. |
null |
false |
MEDIUM |
camel.source.endpoint.synchronous |
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |
false |
false |
MEDIUM |
camel.source.endpoint.accessKey |
Amazon AWS Access Key. |
null |
false |
MEDIUM |
camel.source.endpoint.secretKey |
Amazon AWS Secret Key. |
null |
false |
MEDIUM |
camel.source.endpoint.workflowList |
The list name to consume workflows from. |
null |
false |
MEDIUM |
camel.source.endpoint.workflowTypeRegistration Options |
Workflow registration options |
null |
false |
MEDIUM |
camel.component.aws-swf.amazonSWClient |
To use the given AmazonSimpleWorkflowClient as client |
null |
false |
MEDIUM |
camel.component.aws-swf.configuration |
The component configuration |
null |
false |
MEDIUM |
camel.component.aws-swf.dataConverter |
An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data. |
null |
false |
MEDIUM |
camel.component.aws-swf.domainName |
The workflow domain to use. |
null |
false |
MEDIUM |
camel.component.aws-swf.eventName |
The workflow or activity event name to use. |
null |
false |
MEDIUM |
camel.component.aws-swf.region |
Amazon AWS Region. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You’ll need to use the name Regions.EU_WEST_1.name() |
null |
false |
MEDIUM |
camel.component.aws-swf.version |
The workflow or activity event version to use. |
null |
false |
MEDIUM |
camel.component.aws-swf.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 |
false |
MEDIUM |
camel.component.aws-swf.activityList |
The list name to consume activities from. |
null |
false |
MEDIUM |
camel.component.aws-swf.activityThreadPoolSize |
Maximum number of threads in work pool for activity. |
100 |
false |
MEDIUM |
camel.component.aws-swf.activityTypeExecution Options |
Activity execution options |
null |
false |
MEDIUM |
camel.component.aws-swf.activityTypeRegistration Options |
Activity registration options |
null |
false |
MEDIUM |
camel.component.aws-swf.autowiredEnabled |
Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc. |
true |
false |
MEDIUM |
camel.component.aws-swf.clientConfiguration Parameters |
To configure the ClientConfiguration using the key/values from the Map. |
null |
false |
MEDIUM |
camel.component.aws-swf.startWorkflowOptions Parameters |
To configure the StartWorkflowOptions using the key/values from the Map. |
null |
false |
MEDIUM |
camel.component.aws-swf.sWClientParameters |
To configure the AmazonSimpleWorkflowClient using the key/values from the Map. |
null |
false |
MEDIUM |
camel.component.aws-swf.accessKey |
Amazon AWS Access Key. |
null |
false |
MEDIUM |
camel.component.aws-swf.secretKey |
Amazon AWS Secret Key. |
null |
false |
MEDIUM |
camel.component.aws-swf.workflowList |
The list name to consume workflows from. |
null |
false |
MEDIUM |
camel.component.aws-swf.workflowTypeRegistration Options |
Workflow registration options |
null |
false |
MEDIUM |
The camel-aws-swf source connector has no converters out of the box.
The camel-aws-swf source connector has no transforms out of the box.
The camel-aws-swf source connector has no aggregation strategies out of the box.