camel-couchbase-sink-kafka-connector sink configuration
Connector Description: Send documents to Couchbase.
When using camel-couchbase-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-couchbase-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.couchbasesink.CamelCouchbasesinkSinkConnector
The camel-couchbase-sink sink connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The protocol to use. |
HIGH |
||
Required The hostname to use. |
HIGH |
||
The port to use. |
8091 |
MEDIUM |
|
Required The bucket to use. |
HIGH |
||
Username to connect to Couchbase. |
MEDIUM |
||
Password to connect to Couchbase. |
MEDIUM |
||
The starting id. |
1L |
MEDIUM |
|
Auto Start Id or not. |
true |
MEDIUM |
The camel-couchbase-sink sink connector has no converters out of the box.
The camel-couchbase-sink sink connector has no transforms out of the box.
The camel-couchbase-sink sink connector has no aggregation strategies out of the box.