This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch zip-vs-tar.gz
in repository 
https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 3abc6c6fd32287bd7b8a04a1debe3ead1d6b46d8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 25 13:24:40 2021 +0100

    ArangoDB Example: Moved to tar.gz
---
 arangodb/arangodb-sink-document-collection/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arangodb/arangodb-sink-document-collection/README.adoc 
b/arangodb/arangodb-sink-document-collection/README.adoc
index 8a8f456..1645d03 100644
--- a/arangodb/arangodb-sink-document-collection/README.adoc
+++ b/arangodb/arangodb-sink-document-collection/README.adoc
@@ -109,13 +109,13 @@ Open the 
`$KAFKA_HOME/config/connect-standalone.properties`
 
 and set the `plugin.path` property to your choosen location
 
-Download the connector package zip and extract the content to a directory. In 
this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to a directory. 
In this example we'll use `/home/oscerd/connectors/`
 
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget 
https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-arangodb-kafka-connector/0.8.0/camel-arangodb-kafka-connector-0.8.0-package.zip
-> unzip camel-arangodb-kafka-connector-0.8.0-package.zip
+> wget 
https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-arangodb-kafka-connector/0.8.0/camel-arangodb-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-arangodb-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now it's time to setup the connector

Reply via email to