camel-ceph-sink-kafka-connector sink configuration
Connector Description: Upload data to an Ceph Bucket managed by a Object Storage Gateway. In the header, you can optionally set the `file` / `ce-file` property to specify the name of the file to upload. If you do not set the property in the header, the Kamelet uses the exchange ID for the file name.
When using camel-ceph-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-ceph-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.cephsink.CamelCephsinkSinkConnector
The camel-ceph-sink sink connector supports 7 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Ceph Bucket name. | HIGH | ||
Required The access key. | HIGH | ||
Required The secret key. | HIGH | ||
Required The bucket zone group. | HIGH | ||
Specifies to automatically create the bucket. | false | MEDIUM | |
Required Set the Ceph Object Storage Address Url. Example: http://ceph-storage-address.com. | HIGH | ||
The key name for saving an element in the bucket. | MEDIUM |
The camel-ceph-sink sink connector has no converters out of the box.
The camel-ceph-sink sink connector has no transforms out of the box.
The camel-ceph-sink sink connector has no aggregation strategies out of the box.