camel-http-secured-source-kafka-connector source configuration

Connector Description: Periodically fetches a secured HTTP resource and provides the content as output.

When using camel-http-secured-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-http-secured-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.httpsecuredsource.CamelHttpsecuredsourceSourceConnector

The camel-http-secured-source source connector supports 7 options, which are listed below.

Name Description Default Priority

camel.kamelet.http-secured-source.period

The interval between fetches in milliseconds.

10000

MEDIUM

camel.kamelet.http-secured-source.contentType

The content type accepted for the resource.

"application/json"

MEDIUM

camel.kamelet.http-secured-source.url

HIGH

camel.kamelet.http-secured-source.authMethod

Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.

"Basic"

MEDIUM

camel.kamelet.http-secured-source.authenticationPreemptive

If this option is true, camel-http sends preemptive basic authentication to the server.

false

MEDIUM

camel.kamelet.http-secured-source.authUsername

Authentication username.

MEDIUM

camel.kamelet.http-secured-source.authPassword

Authentication password.

MEDIUM

The camel-http-secured-source source connector has no converters out of the box.

The camel-http-secured-source source connector has no transforms out of the box.

The camel-http-secured-source source connector has no aggregation strategies out of the box.