CouchDB Extension

Since Camel Quarkus 1.0.0-M6

The CouchDB component provides the capability to interact with CouchDB servers.

Maven users will need to add the following dependency to their pom.xml for this extension.

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-couchdb</artifactId>
</dependency>

Usage

The extension provides support for the Camel CouchDB Component.

Configuration

This extension does not require more configuration than the main Camel CouchDB component. Please have a look here for more details on how to configure the Camel CouchDB component.

Limitations

Note that only Producer mode is supported at this stage.