This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit fdda48d3dcb7757abbe23f4133ca573fc55c7d4d Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 25 13:26:01 2021 +0100 Couchbase Examples: Moved to tar.gz --- couchbase/couchbase-sink/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchbase/couchbase-sink/README.adoc b/couchbase/couchbase-sink/README.adoc index a5c4092..11b88d8 100644 --- a/couchbase/couchbase-sink/README.adoc +++ b/couchbase/couchbase-sink/README.adoc @@ -29,8 +29,8 @@ In this example we'll use `/home/otavio/connectors/` ``` > cd /home/otavio/connectors/ -> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-couchbase-kafka-connector/0.8.0/camel-couchbase-kafka-connector-0.8.0-package.zip -> unzip camel-couchbase-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-couchbase-kafka-connector/0.8.0/camel-couchbase-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-couchbase-kafka-connector-0.8.0-package.tar.gz ``` There is a little bug in 0.8.0, so we'll need to add explicitly the couchbase driver
