camel-aws-ddb-streams-source-kafka-connector source configuration
Connector Description: Receive events from AWS DynamoDB Streams.
When using camel-aws-ddb-streams-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-aws-ddb-streams-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.awsddbstreamssource.CamelAwsddbstreamssourceSourceConnector
The camel-aws-ddb-streams-source source connector supports 6 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required Name of the DynamoDB table to look at. | HIGH | ||
Required The access key obtained from AWS. | HIGH | ||
Required The secret key obtained from AWS. | HIGH | ||
Required The AWS region to connect to Example: eu-west-1. | HIGH | ||
Defines where in the DynaboDB stream to start getting records. Note that using TRIM_HORIZON can cause a significant delay before the stream has caught up to real-time. if \{AT,AFTER}_SEQUENCE_NUMBER are used, then a sequenceNumberProvider MUST be supplied. There are 4 enums and the value can be one of TRIM_HORIZON, LATEST, AT_SEQUENCE_NUMBER, AFTER_SEQUENCE_NUMBER. | "LATEST" | MEDIUM | |
Provider for the sequence number when using one of the two ShardIteratorType AT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER iterator types. Can be a registry reference or a literal sequence number. Example: 900000000005745712447. | "000000000000000000000" | MEDIUM |
The camel-aws-ddb-streams-source source connector has no converters out of the box.
The camel-aws-ddb-streams-source source connector has no transforms out of the box.
The camel-aws-ddb-streams-source source connector has no aggregation strategies out of the box.