camel-http-secured-sink-kafka-connector sink configuration
Connector Description: Forwards an event to a secured HTTP endpoint
When using camel-http-secured-sink-kafka-connector as sink 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-sink-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.httpsecuredsink.CamelHttpsecuredsinkSinkConnector
The camel-http-secured-sink sink connector supports 6 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The URL to send data to Example: https://my-service/path. | HIGH | ||
The HTTP method to use. | "POST" | MEDIUM | |
Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM. | "Basic" | MEDIUM | |
If this option is true, camel-http sends preemptive basic authentication to the server. | false | MEDIUM | |
Authentication username. | MEDIUM | ||
Authentication password. | MEDIUM |
The camel-http-secured-sink sink connector has no converters out of the box.
The camel-http-secured-sink sink connector has no transforms out of the box.
The camel-http-secured-sink sink connector has no aggregation strategies out of the box.