camel-scp-sink-kafka-connector sink configuration
Connector Description: Send file to an FTP Server through Secure Copy Protocol
When using camel-scp-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-scp-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.scpsink.CamelScpsinkSinkConnector
The camel-scp-sink sink connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The hostname of the FTP server. | HIGH | ||
Required The port of the FTP server. | HIGH | ||
Username for accessing FTP Server. | MEDIUM | ||
Password for accessing FTP Server. | MEDIUM | ||
Set the private key file so that the SFTP endpoint can do private key verification. | MEDIUM | ||
Set the private key file passphrase so that the SFTP endpoint can do private key verification. | MEDIUM | ||
Sets whether to use strict host key checking. | "false" | MEDIUM | |
If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts. | true | MEDIUM |
The camel-scp-sink sink connector has no converters out of the box.
The camel-scp-sink sink connector has no transforms out of the box.
The camel-scp-sink sink connector has no aggregation strategies out of the box.