camel-aws-redshift-source-kafka-connector source configuration

Connector Description: Query data from an AWS Redshift Database.

When using camel-aws-redshift-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-redshift-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.awsredshiftsource.CamelAwsredshiftsourceSourceConnector

The camel-aws-redshift-source source connector supports 7 options, which are listed below.

Name Description Default Priority

camel.kamelet.aws-redshift-source.serverName

Required Server Name for the data source Example: localhost.

HIGH

camel.kamelet.aws-redshift-source.serverPort

Server Port for the data source.

"5439"

MEDIUM

camel.kamelet.aws-redshift-source.username

Required The username to use for accessing a secured AWS Redshift Database.

HIGH

camel.kamelet.aws-redshift-source.password

Required The password to use for accessing a secured AWS Redshift Database.

HIGH

camel.kamelet.aws-redshift-source.query

Required The Query to execute against the AWS Redshift Database Example: INSERT INTO accounts (username,city) VALUES (:#username,:#city).

HIGH

camel.kamelet.aws-redshift-source.databaseName

Required The Database Name we are pointing.

HIGH

camel.kamelet.aws-redshift-source.consumedQuery

A query to run on a tuple consumed Example: DELETE FROM accounts where user_id = :#user_id.

MEDIUM

The camel-aws-redshift-source source connector has no converters out of the box.

The camel-aws-redshift-source source connector has no transforms out of the box.

The camel-aws-redshift-source source connector has no aggregation strategies out of the box.