Repository: camel Updated Branches: refs/heads/master 72281e0d4 -> 4df92933a
CouchDB docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4df92933 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4df92933 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4df92933 Branch: refs/heads/master Commit: 4df92933aef0f64c934437dc57e1d9a7b4d55c59 Parents: 72281e0 Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Aug 24 12:15:31 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Aug 24 12:15:31 2016 +0200 ---------------------------------------------------------------------- components/camel-couchdb/src/main/docs/couchdb-component.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4df92933/components/camel-couchdb/src/main/docs/couchdb-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-couchdb/src/main/docs/couchdb-component.adoc b/components/camel-couchdb/src/main/docs/couchdb-component.adoc index e5393a8..080f501 100644 --- a/components/camel-couchdb/src/main/docs/couchdb-component.adoc +++ b/components/camel-couchdb/src/main/docs/couchdb-component.adoc @@ -11,7 +11,8 @@ has the following features: * As a consumer, monitors couch changesets for inserts, updates and deletes and publishes these as messages into camel routes. -* As a producer, can save or update documents into couch. +* As a producer, can save, update and from Camel 2.18 delete (by using CouchDbMethod with DELETE value) +documents into couch. * Can support as many endpoints as required, eg for multiple databases across multiple instances. * Ability to have events trigger for only deletes, only inserts/updates