You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/25 12:34:12 UTC

[camel-kafka-connector-examples] branch zip-vs-tar.gz created (now 32131c9)

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

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


      at 32131c9  NSQ Examples: Moved to tar.gz

This branch includes the following new commits:

     new 1a568a9  AMQP Example: Moved to tar.gz
     new 3abc6c6  ArangoDB Example: Moved to tar.gz
     new 6a72fe7  AWS Examples: Moved to tar.gz
     new da0af6c  Braintree Examples: Moved to tar.gz
     new 47c578f  Couchbase Examples: Moved to tar.gz
     new 29debc8  CQL Examples: Moved to tar.gz
     new 5a566e5  Cron Examples: Moved to tar.gz
     new efc37d8  Docker Examples: Moved to tar.gz
     new 05a1635  Exec Examples: Moved to tar.gz
     new 18ddb05  Fhir Examples: Moved to tar.gz
     new 863e656  File* Examples: Moved to tar.gz
     new c99291e  FTP Examples: Moved to tar.gz
     new b37e8fa  FTPS Examples: Moved to tar.gz
     new d2df441  Git* Examples: Moved to tar.gz
     new 913e11f  Google* Examples: Moved to tar.gz
     new 1abc940  Infinispan Examples: Moved to tar.gz
     new 6efc439  JDBC Examples: Moved to tar.gz
     new eb5ba3c  Minio Examples: Moved to tar.gz
     new ec6790b  NATS Examples: Moved to tar.gz
     new d23cb89  Other Examples: Moved to tar.gz
     new 7bc7fc8  PGEvent Examples: Moved to tar.gz
     new f178480  Quartz Examples: Moved to tar.gz
     new 6a3cc75  RabbitMQ Examples: Moved to tar.gz
     new cb04e03  SCP Examples: Moved to tar.gz
     new b89f0c3  SFTP Examples: Moved to tar.gz
     new 1d3275b  Slack Examples: Moved to tar.gz
     new 4904096  SQL Examples: Moved to tar.gz
     new 6fe3d22  SSH Examples: Moved to tar.gz
     new 32da061  Telegram Examples: Moved to tar.gz
     new 02b8f6d  Twitter Examples: Moved to tar.gz
     new 32131c9  NSQ Examples: Moved to tar.gz

The 31 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector-examples] 18/31: Minio Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 eb5ba3c382fae07abb8e36c7f422bddb000442cd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:30:28 2021 +0100

    Minio Examples: Moved to tar.gz
---
 minio/minio-sink/README.adoc   | 4 ++--
 minio/minio-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/minio/minio-sink/README.adoc b/minio/minio-sink/README.adoc
index dd3fc45..693540d 100644
--- a/minio/minio-sink/README.adoc
+++ b/minio/minio-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.8.0/camel-minio-kafka-connector-0.8.0-package.zip
-> unzip camel-minio-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.8.0/camel-minio-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-minio-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we need to setup a MinIO instance
diff --git a/minio/minio-source/README.adoc b/minio/minio-source/README.adoc
index d36e02e..8d7f865 100644
--- a/minio/minio-source/README.adoc
+++ b/minio/minio-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.8.0/camel-minio-kafka-connector-0.8.0-package.zip
-> unzip camel-minio-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-minio-kafka-connector/0.8.0/camel-minio-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-minio-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we need to setup a MinIO instance


[camel-kafka-connector-examples] 10/31: Fhir Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 18ddb05ec1ba7875cdd8b37fc70cbc4a5addee2f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:27:17 2021 +0100

    Fhir Examples: Moved to tar.gz
---
 fhir/sink/README.adoc   | 4 ++--
 fhir/source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fhir/sink/README.adoc b/fhir/sink/README.adoc
index 5b90832..891e8fd 100644
--- a/fhir/sink/README.adoc
+++ b/fhir/sink/README.adoc
@@ -29,8 +29,8 @@ In this example we'll use `/home/ldemasi/connectors/`
 
 ```
 > mkdir -p /home/ldemasi/connectors/ && cd /home/ldemasi/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.8.0/camel-fhir-kafka-connector-0.8.0-package.zip
-> unzip camel-fhir-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.8.0/camel-fhir-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-fhir-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now you can run the example
diff --git a/fhir/source/README.adoc b/fhir/source/README.adoc
index bc3cc5e..177ca03 100644
--- a/fhir/source/README.adoc
+++ b/fhir/source/README.adoc
@@ -29,8 +29,8 @@ In this example we'll use `/home/ldemasi/connectors/`
 
 ```
 > mkdir -p /home/ldemasi/connectors/ && cd /home/ldemasi/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.8.0/camel-fhir-kafka-connector-0.8.0-package.zip
-> unzip camel-fhir-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-fhir-kafka-connector/0.8.0/camel-fhir-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-fhir-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now you can run the example


[camel-kafka-connector-examples] 15/31: Google* Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 913e11f1465326ee5728434daff06843c72ffb22
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:29:04 2021 +0100

    Google* Examples: Moved to tar.gz
---
 google-calendar-stream/google-calendar-stream-source/README.adoc    | 6 +++---
 google-mail-stream/google-mail-stream-source/README.adoc            | 6 +++---
 google-sheets-stream/google-sheets-stream-source/README.adoc        | 6 +++---
 .../google-sheets-stream-with-split-source/README.adoc              | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/google-calendar-stream/google-calendar-stream-source/README.adoc b/google-calendar-stream/google-calendar-stream-source/README.adoc
index 2b98c3a..fe2c494 100644
--- a/google-calendar-stream/google-calendar-stream-source/README.adoc
+++ b/google-calendar-stream/google-calendar-stream-source/README.adoc
@@ -39,13 +39,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-google-calendar-stream-kafka-connector/0.8.0/camel-google-calendar-stream-kafka-connector-0.8.0-package.zip
-> unzip camel-google-calendar-stream-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-calendar-stream-kafka-connector/0.8.0/camel-google-calendar-stream-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-google-calendar-stream-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/google-mail-stream/google-mail-stream-source/README.adoc b/google-mail-stream/google-mail-stream-source/README.adoc
index 06fa732..66649be 100644
--- a/google-mail-stream/google-mail-stream-source/README.adoc
+++ b/google-mail-stream/google-mail-stream-source/README.adoc
@@ -37,13 +37,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-google-mail-stream-kafka-connector/0.8.0/camel-google-mail-stream-kafka-connector-0.8.0-package.zip
-> unzip camel-google-mail-stream-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-mail-stream-kafka-connector/0.8.0/camel-google-mail-stream-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-google-mail-stream-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/google-sheets-stream/google-sheets-stream-source/README.adoc b/google-sheets-stream/google-sheets-stream-source/README.adoc
index 7f97222..ef7f8b2 100644
--- a/google-sheets-stream/google-sheets-stream-source/README.adoc
+++ b/google-sheets-stream/google-sheets-stream-source/README.adoc
@@ -37,13 +37,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.zip
-> unzip camel-google-sheets-stream-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc
index d458492..f94820f 100644
--- a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc
+++ b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc
@@ -40,13 +40,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.zip
-> unzip camel-google-sheets-stream-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 25/31: SFTP Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 b89f0c33301d98227dd9669ed9a72dec5461fba8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:32:22 2021 +0100

    SFTP Examples: Moved to tar.gz
---
 sftp/sftp-sink/README.adoc   | 6 +++---
 sftp/sftp-source/README.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sftp/sftp-sink/README.adoc b/sftp/sftp-sink/README.adoc
index 5ac1004..57f0640 100644
--- a/sftp/sftp-sink/README.adoc
+++ b/sftp/sftp-sink/README.adoc
@@ -55,13 +55,13 @@ plugin.path=/home/oscerd/connectors
 
 === Download the connector package
 
-Download the connector package zip and extract the content to the plugin.path directory. In this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to the plugin.path 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-sftp-kafka-connector/0.8.0/camel-sftp-kafka-connector-0.8.0-package.zip
-> unzip camel-sftp-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sftp-kafka-connector/0.8.0/camel-sftp-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-sftp-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Open the SFTP sink configuration file
diff --git a/sftp/sftp-source/README.adoc b/sftp/sftp-source/README.adoc
index 4266f19..1058ab1 100644
--- a/sftp/sftp-source/README.adoc
+++ b/sftp/sftp-source/README.adoc
@@ -160,12 +160,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.8.0-package.zip .
-> unzip sftp-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/sftp-extended/target/sftp-extended-0.8.0-package.tar.gz .
+> untar.gz sftp-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 01/31: AMQP Example: Moved to tar.gz

Posted by ac...@apache.org.
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 1a568a95c9ad6da32321ca31b53f3fdbcdfb18db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:23:16 2021 +0100

    AMQP Example: Moved to tar.gz
---
 amqp/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/amqp/README.adoc b/amqp/README.adoc
index ad8c687..5534833 100644
--- a/amqp/README.adoc
+++ b/amqp/README.adoc
@@ -36,8 +36,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-amqp-kafka-connector/0.8.0/camel-amqp-kafka-connector-0.8.0-package.zip
-> unzip camel-amqp-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-amqp-kafka-connector/0.8.0/camel-amqp-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-amqp-kafka-connector-0.8.0-package.tar.gz
 > wget https://downloads.apache.org/qpid/jms/0.51.0/apache-qpid-jms-0.51.0-bin.tar.gz
 > tar -xzvf apache-qpid-jms-0.51.0-bin.tar.gz
 ```


[camel-kafka-connector-examples] 17/31: JDBC Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 6efc43928da8cfd60b65982f0b82dc07efaff125
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:30:17 2021 +0100

    JDBC Examples: Moved to tar.gz
---
 jdbc/jdbc-sink/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jdbc/jdbc-sink/README.adoc b/jdbc/jdbc-sink/README.adoc
index 4983f3a..604fba6 100644
--- a/jdbc/jdbc-sink/README.adoc
+++ b/jdbc/jdbc-sink/README.adoc
@@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-jdbc-kafka-connector/0.8.0/camel-jdbc-kafka-connector-0.8.0-package.zip
-> unzip camel-jdbc-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-jdbc-kafka-connector/0.8.0/camel-jdbc-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-jdbc-kafka-connector-0.8.0-package.tar.gz
 ----
 
 There is also the need of the driver for this example


[camel-kafka-connector-examples] 19/31: NATS Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 ec6790b3f46adf9736cf3dded4d576f0b4e08b55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:30:39 2021 +0100

    NATS Examples: Moved to tar.gz
---
 nats/nats-sink/README.adoc   | 4 ++--
 nats/nats-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nats/nats-sink/README.adoc b/nats/nats-sink/README.adoc
index 9476b5a..4ec9182 100644
--- a/nats/nats-sink/README.adoc
+++ b/nats/nats-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.8.0/camel-nats-kafka-connector-0.8.0-package.zip
-> unzip camel-nats-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.8.0/camel-nats-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-nats-kafka-connector-0.8.0-package.tar.gz
 ```
 
 In this example we'll use a docker image for NATS
diff --git a/nats/nats-source/README.adoc b/nats/nats-source/README.adoc
index 2cbd89a..1056df7 100644
--- a/nats/nats-source/README.adoc
+++ b/nats/nats-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.8.0/camel-nats-kafka-connector-0.8.0-package.zip
-> unzip camel-nats-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nats-kafka-connector/0.8.0/camel-nats-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-nats-kafka-connector-0.8.0-package.tar.gz
 ```
 
 In this example we'll use a docker image for NATS


[camel-kafka-connector-examples] 31/31: NSQ Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 32131c9ad49fe4224a9efcdec992131f020622b6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:33:45 2021 +0100

    NSQ Examples: Moved to tar.gz
---
 nsq/nsq-sink/README.adoc   | 4 ++--
 nsq/nsq-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nsq/nsq-sink/README.adoc b/nsq/nsq-sink/README.adoc
index e619695..234d891 100644
--- a/nsq/nsq-sink/README.adoc
+++ b/nsq/nsq-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.8.0/camel-nsq-kafka-connector-0.8.0-package.zip
-> unzip camel-nsq-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.8.0/camel-nsq-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-nsq-kafka-connector-0.8.0-package.tar.gz
 ```
 
 We'll need to add also some dependencies for this connector
diff --git a/nsq/nsq-source/README.adoc b/nsq/nsq-source/README.adoc
index 8104da3..3d8381c 100644
--- a/nsq/nsq-source/README.adoc
+++ b/nsq/nsq-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.8.0/camel-nsq-kafka-connector-0.8.0-package.zip
-> unzip camel-nsq-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-nsq-kafka-connector/0.8.0/camel-nsq-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-nsq-kafka-connector-0.8.0-package.tar.gz
 ```
 
 We'll need to add also some dependencies for this connector


[camel-kafka-connector-examples] 27/31: SQL Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 49040963a3388e2fa05dace7a441a6a0d203f491
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:32:50 2021 +0100

    SQL Examples: Moved to tar.gz
---
 sql/sql-sink/README.adoc   | 6 +++---
 sql/sql-source/README.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sql/sql-sink/README.adoc b/sql/sql-sink/README.adoc
index 771ecff..868a8ab 100644
--- a/sql/sql-sink/README.adoc
+++ b/sql/sql-sink/README.adoc
@@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.zip
-> unzip camel-sql-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-sql-kafka-connector-0.8.0-package.tar.gz
 ----
 
 There is also the need of the driver for this example
diff --git a/sql/sql-source/README.adoc b/sql/sql-source/README.adoc
index 1b04356..4f38478 100644
--- a/sql/sql-source/README.adoc
+++ b/sql/sql-source/README.adoc
@@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.zip
-> unzip camel-sql-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sql-kafka-connector/0.8.0/camel-sql-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-sql-kafka-connector-0.8.0-package.tar.gz
 ----
 
 There is also the need of the driver for this example


[camel-kafka-connector-examples] 08/31: Docker Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 efc37d8c86735b60c13452a69f60ef811881c3af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:26:50 2021 +0100

    Docker Examples: Moved to tar.gz
---
 docker/docker-sink-pull/README.adoc     | 6 +++---
 docker/docker-sink-tag/README.adoc      | 6 +++---
 docker/docker-source-events/README.adoc | 6 +++---
 docker/docker-source-stats/README.adoc  | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docker/docker-sink-pull/README.adoc b/docker/docker-sink-pull/README.adoc
index 6aacdb3..663da5c 100644
--- a/docker/docker-sink-pull/README.adoc
+++ b/docker/docker-sink-pull/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.zip
-> unzip camel-docker-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/docker/docker-sink-tag/README.adoc b/docker/docker-sink-tag/README.adoc
index ad6c25b..b93a040 100644
--- a/docker/docker-sink-tag/README.adoc
+++ b/docker/docker-sink-tag/README.adoc
@@ -36,13 +36,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.zip
-> unzip camel-docker-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/docker/docker-source-events/README.adoc b/docker/docker-source-events/README.adoc
index 0d5dda0..ee3b0a5 100644
--- a/docker/docker-source-events/README.adoc
+++ b/docker/docker-source-events/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.zip
-> unzip camel-docker-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/docker/docker-source-stats/README.adoc b/docker/docker-source-stats/README.adoc
index fb67b64..05db91e 100644
--- a/docker/docker-source-stats/README.adoc
+++ b/docker/docker-source-stats/README.adoc
@@ -41,13 +41,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.zip
-> unzip camel-docker-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-docker-kafka-connector/0.8.0/camel-docker-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-docker-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 24/31: SCP Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 cb04e03850c5714276029d5962c9626e053f5737
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:32:11 2021 +0100

    SCP Examples: Moved to tar.gz
---
 scp/scp-sink/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scp/scp-sink/README.adoc b/scp/scp-sink/README.adoc
index e7d975a..524537f 100644
--- a/scp/scp-sink/README.adoc
+++ b/scp/scp-sink/README.adoc
@@ -46,8 +46,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-scp-kafka-connector/0.8.0/camel-scp-kafka-connector-0.8.0-package.zip
-> unzip camel-scp-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-scp-kafka-connector/0.8.0/camel-scp-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-scp-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 06/31: CQL Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 29debc8579f942d26a58eb24f6ff2e5e079fbdfe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:26:18 2021 +0100

    CQL Examples: Moved to tar.gz
---
 cql/cql-sink/README.adoc   |  8 ++++----
 cql/cql-source/README.adoc | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/cql/cql-sink/README.adoc b/cql/cql-sink/README.adoc
index fdac813..0846190 100644
--- a/cql/cql-sink/README.adoc
+++ b/cql/cql-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.8.0/camel-cql-kafka-connector-0.8.0-package.zip
-> unzip camel-cql-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.8.0/camel-cql-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-cql-kafka-connector-0.8.0-package.tar.gz
 ```
 
 ## Setting up Apache Cassandra
@@ -210,8 +210,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.8.0/camel-cql-kafka-connector-0.8.0-package.zip
-> unzip camel-cql-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cql-kafka-connector/0.8.0/camel-cql-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-cql-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 
diff --git a/cql/cql-source/README.adoc b/cql/cql-source/README.adoc
index 40d52e7..09db1d8 100644
--- a/cql/cql-source/README.adoc
+++ b/cql/cql-source/README.adoc
@@ -120,12 +120,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previous build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previous build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.8.0-package.zip .
-> unzip cql-extended-0.8.0-package.zip
+> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.8.0-package.tar.gz .
+> untar.gz cql-extended-0.8.0-package.tar.gz
 ```
 
 and we're now ready to setting up the Cassandra cluster.
@@ -369,12 +369,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previous build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previous build
 
 ```
 > cd my-connectors/
-> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.8.0-package.zip .
-> unzip cql-extended-0.8.0-package.zip
+> cp /home/oscerd/playground/cql-extended/target/cql-extended-0.8.0-package.tar.gz .
+> untar.gz cql-extended-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 


[camel-kafka-connector-examples] 12/31: FTP Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 c99291ef5811b8d287725b04d7a40ee05fb6b8c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:28:11 2021 +0100

    FTP Examples: Moved to tar.gz
---
 ftp/ftp-sink/README.adoc   | 6 +++---
 ftp/ftp-source/README.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ftp/ftp-sink/README.adoc b/ftp/ftp-sink/README.adoc
index c339ad6..c684a9c 100644
--- a/ftp/ftp-sink/README.adoc
+++ b/ftp/ftp-sink/README.adoc
@@ -37,13 +37,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-ftp-kafka-connector/0.8.0/camel-ftp-kafka-connector-0.8.0-package.zip
-> unzip camel-ftp-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftp-kafka-connector/0.8.0/camel-ftp-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-ftp-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now it's time to setup the connector
diff --git a/ftp/ftp-source/README.adoc b/ftp/ftp-source/README.adoc
index 320fcbb..f3cb0e7 100644
--- a/ftp/ftp-source/README.adoc
+++ b/ftp/ftp-source/README.adoc
@@ -159,12 +159,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftp-extended/target/ftp-extended-0.8.0-package.zip .
-> unzip ftp-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/ftp-extended/target/ftp-extended-0.8.0-package.tar.gz .
+> untar.gz ftp-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 30/31: Twitter Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 02b8f6d6aa1ee479d2217056da1ae706e4bfa603
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:33:24 2021 +0100

    Twitter Examples: Moved to tar.gz
---
 twitter/twitter-direct-message-sink/README.adoc   | 4 ++--
 twitter/twitter-direct-message-source/README.adoc | 4 ++--
 twitter/twitter-search-source/README.adoc         | 4 ++--
 twitter/twitter-timeline-sink/README.adoc         | 4 ++--
 twitter/twitter-timeline-source/README.adoc       | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/twitter/twitter-direct-message-sink/README.adoc b/twitter/twitter-direct-message-sink/README.adoc
index 6fd9220..918c6ad 100644
--- a/twitter/twitter-direct-message-sink/README.adoc
+++ b/twitter/twitter-direct-message-sink/README.adoc
@@ -32,8 +32,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.8.0/camel-twitter-directmessage-kafka-connector-0.8.0-package.zip
-> unzip camel-twitter-directmessage-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.8.0/camel-twitter-directmessage-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-twitter-directmessage-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-direct-message-source/README.adoc b/twitter/twitter-direct-message-source/README.adoc
index 17171db..83d537d 100644
--- a/twitter/twitter-direct-message-source/README.adoc
+++ b/twitter/twitter-direct-message-source/README.adoc
@@ -32,8 +32,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.8.0/camel-twitter-directmessage-kafka-connector-0.8.0-package.zip
-> unzip camel-twitter-directmessage-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-directmessage-kafka-connector/0.8.0/camel-twitter-directmessage-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-twitter-directmessage-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-search-source/README.adoc b/twitter/twitter-search-source/README.adoc
index 1247660..1521bb7 100644
--- a/twitter/twitter-search-source/README.adoc
+++ b/twitter/twitter-search-source/README.adoc
@@ -32,8 +32,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-search-kafka-connector/0.8.0/camel-twitter-search-kafka-connector-0.8.0-package.zip
-> unzip camel-twitter-search-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-search-kafka-connector/0.8.0/camel-twitter-search-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-twitter-search-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-timeline-sink/README.adoc b/twitter/twitter-timeline-sink/README.adoc
index cc58187..230fcc8 100644
--- a/twitter/twitter-timeline-sink/README.adoc
+++ b/twitter/twitter-timeline-sink/README.adoc
@@ -34,8 +34,8 @@ 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-twitter-timeline-kafka-connector/0.8.0/camel-twitter-timeline-kafka-connector-0.8.0-package.zip
-> unzip camel-twitter-timeline-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-timeline-kafka-connector/0.8.0/camel-twitter-timeline-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-twitter-timeline-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now it's time to setup the connectors
diff --git a/twitter/twitter-timeline-source/README.adoc b/twitter/twitter-timeline-source/README.adoc
index cde507d..85a8125 100644
--- a/twitter/twitter-timeline-source/README.adoc
+++ b/twitter/twitter-timeline-source/README.adoc
@@ -34,8 +34,8 @@ 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-twitter-timeline-kafka-connector/0.8.0/camel-twitter-timeline-kafka-connector-0.8.0-package.zip
-> unzip camel-twitter-timeline-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-twitter-timeline-kafka-connector/0.8.0/camel-twitter-timeline-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-twitter-timeline-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 26/31: Slack Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 1d3275ba55a9a208cf94cbbb328a365dbbac6852
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:32:40 2021 +0100

    Slack Examples: Moved to tar.gz
---
 slack/slack-sink/README.adoc                                 | 8 ++++----
 slack/slack-source-apicurio-schema-registry/README.adoc      | 6 +++---
 slack/slack-source-avro-apicurio-schema-registry/README.adoc | 6 +++---
 slack/slack-source/README.adoc                               | 8 ++++----
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/slack/slack-sink/README.adoc b/slack/slack-sink/README.adoc
index 7c9fa57..f61557a 100644
--- a/slack/slack-sink/README.adoc
+++ b/slack/slack-sink/README.adoc
@@ -44,8 +44,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.zip
-> unzip camel-slack-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -149,8 +149,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.zip
-> unzip camel-slack-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 
diff --git a/slack/slack-source-apicurio-schema-registry/README.adoc b/slack/slack-source-apicurio-schema-registry/README.adoc
index 4d64fac..7060915 100644
--- a/slack/slack-source-apicurio-schema-registry/README.adoc
+++ b/slack/slack-source-apicurio-schema-registry/README.adoc
@@ -182,12 +182,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.8.0-package.zip .
-> unzip slack-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.8.0-package.tar.gz .
+> untar.gz slack-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connector
diff --git a/slack/slack-source-avro-apicurio-schema-registry/README.adoc b/slack/slack-source-avro-apicurio-schema-registry/README.adoc
index 56580c5..94e9531 100644
--- a/slack/slack-source-avro-apicurio-schema-registry/README.adoc
+++ b/slack/slack-source-avro-apicurio-schema-registry/README.adoc
@@ -180,12 +180,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.8.0-package.zip .
-> unzip slack-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/slack-extended/target/slack-extended-0.8.0-package.tar.gz .
+> untar.gz slack-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connector
diff --git a/slack/slack-source/README.adoc b/slack/slack-source/README.adoc
index 02661f8..95d4e7f 100644
--- a/slack/slack-source/README.adoc
+++ b/slack/slack-source/README.adoc
@@ -43,8 +43,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.zip
-> unzip camel-slack-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -149,8 +149,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.zip
-> unzip camel-slack-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-slack-kafka-connector/0.8.0/camel-slack-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-slack-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 


[camel-kafka-connector-examples] 20/31: Other Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 d23cb8919b5c73ffef2a1a1c2c7453e630dd1a40
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:31:06 2021 +0100

    Other Examples: Moved to tar.gz
---
 other-examples/error-handling-sink/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/other-examples/error-handling-sink/README.adoc b/other-examples/error-handling-sink/README.adoc
index 1a5df5e..007794f 100644
--- a/other-examples/error-handling-sink/README.adoc
+++ b/other-examples/error-handling-sink/README.adoc
@@ -30,8 +30,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/otavio/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.8.0/camel-sjms2-kafka-connector-0.8.0-package.zip
-> unzip camel-sjms2-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.8.0/camel-sjms2-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-sjms2-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Open the SJMS2 configuration file


[camel-kafka-connector-examples] 14/31: Git* Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 d2df441da81599d38b8d165b7c011d2126228173
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:28:42 2021 +0100

    Git* Examples: Moved to tar.gz
---
 git/git-source-branch/README.adoc            | 6 +++---
 git/git-source-commit/README.adoc            | 6 +++---
 git/git-source-tag/README.adoc               | 6 +++---
 github/github-source-events/README.adoc      | 6 +++---
 github/github-source-pullrequest/README.adoc | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/git/git-source-branch/README.adoc b/git/git-source-branch/README.adoc
index ee55b6c..23d930e 100644
--- a/git/git-source-branch/README.adoc
+++ b/git/git-source-branch/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.zip
-> unzip camel-git-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-commit/README.adoc b/git/git-source-commit/README.adoc
index 9ebf831..e508429 100644
--- a/git/git-source-commit/README.adoc
+++ b/git/git-source-commit/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.zip
-> unzip camel-git-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-tag/README.adoc b/git/git-source-tag/README.adoc
index 3ed5d36..26f9ecd 100644
--- a/git/git-source-tag/README.adoc
+++ b/git/git-source-tag/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.zip
-> unzip camel-git-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/github/github-source-events/README.adoc b/github/github-source-events/README.adoc
index d00cf49..148d042 100644
--- a/github/github-source-events/README.adoc
+++ b/github/github-source-events/README.adoc
@@ -149,12 +149,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/github-extended/target/github-extended-0.8.0-package.zip .
-> unzip github-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/github-extended/target/github-extended-0.8.0-package.tar.gz .
+> untar.gz github-extended-0.8.0-package.tar.gz
 ```
 
 Now we are ready to go.
diff --git a/github/github-source-pullrequest/README.adoc b/github/github-source-pullrequest/README.adoc
index 3eb0df6..85e1cd8 100644
--- a/github/github-source-pullrequest/README.adoc
+++ b/github/github-source-pullrequest/README.adoc
@@ -21,13 +21,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-github-kafka-connector/0.8.0/camel-github-kafka-connector-0.8.0-package.zip
-> unzip camel-github-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-github-kafka-connector/0.8.0/camel-github-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-github-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 28/31: SSH Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 6fe3d22094d15a9b4e6278ba85532259e247892e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:33:00 2021 +0100

    SSH Examples: Moved to tar.gz
---
 ssh/ssh-sink/README.adoc   | 4 ++--
 ssh/ssh-source/README.adoc | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ssh/ssh-sink/README.adoc b/ssh/ssh-sink/README.adoc
index d4548db..eda2552 100644
--- a/ssh/ssh-sink/README.adoc
+++ b/ssh/ssh-sink/README.adoc
@@ -46,8 +46,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.8.0/camel-ssh-kafka-connector-0.8.0-package.zip
-> unzip camel-ssh-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ssh-kafka-connector/0.8.0/camel-ssh-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-ssh-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/ssh/ssh-source/README.adoc b/ssh/ssh-source/README.adoc
index 72b71f8..8cf0287 100644
--- a/ssh/ssh-source/README.adoc
+++ b/ssh/ssh-source/README.adoc
@@ -167,12 +167,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.8.0-package.zip .
-> unzip ssh-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/ftps-extended/target/ssh-extended-0.8.0-package.tar.gz .
+> untar.gz ssh-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 23/31: RabbitMQ Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 6a3cc75fc4c2d2489addd9fb0a9e3b90397b031a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:31:58 2021 +0100

    RabbitMQ Examples: Moved to tar.gz
---
 rabbitmq/rabbitmq-sink/README.adoc   | 4 ++--
 rabbitmq/rabbitmq-source/README.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rabbitmq/rabbitmq-sink/README.adoc b/rabbitmq/rabbitmq-sink/README.adoc
index bd8982e..6ba2cf6 100644
--- a/rabbitmq/rabbitmq-sink/README.adoc
+++ b/rabbitmq/rabbitmq-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.8.0/camel-rabbitmq-kafka-connector-0.8.0-package.zip
-> unzip camel-rabbitmq-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.8.0/camel-rabbitmq-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-rabbitmq-kafka-connector-0.8.0-package.tar.gz
 ```
 
 ## Setting up RabbitMQ
diff --git a/rabbitmq/rabbitmq-source/README.adoc b/rabbitmq/rabbitmq-source/README.adoc
index 5cadc23..e465705 100644
--- a/rabbitmq/rabbitmq-source/README.adoc
+++ b/rabbitmq/rabbitmq-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.8.0/camel-rabbitmq-kafka-connector-0.8.0-package.zip
-> unzip camel-rabbitmq-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.8.0/camel-rabbitmq-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-rabbitmq-kafka-connector-0.8.0-package.tar.gz
 ```
 
 ## Setting up RabbitMQ


[camel-kafka-connector-examples] 29/31: Telegram Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 32da061a8acbb4945136468df49edb018459fb94
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:33:10 2021 +0100

    Telegram Examples: Moved to tar.gz
---
 telegram/telegram-sink/README.adoc   | 8 ++++----
 telegram/telegram-source/README.adoc | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/telegram/telegram-sink/README.adoc b/telegram/telegram-sink/README.adoc
index ab160cc..5fbde51 100644
--- a/telegram/telegram-sink/README.adoc
+++ b/telegram/telegram-sink/README.adoc
@@ -36,8 +36,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.zip
-> unzip camel-telegram-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -145,8 +145,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.zip
-> unzip camel-telegram-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build
diff --git a/telegram/telegram-source/README.adoc b/telegram/telegram-source/README.adoc
index d0ffb6d..4ce2eeb 100644
--- a/telegram/telegram-source/README.adoc
+++ b/telegram/telegram-source/README.adoc
@@ -32,8 +32,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.zip
-> unzip camel-telegram-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -140,8 +140,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.zip
-> unzip camel-telegram-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-telegram-kafka-connector/0.8.0/camel-telegram-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-telegram-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 


[camel-kafka-connector-examples] 13/31: FTPS Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 b37e8fa907bf09440010f31903aa9e50d45a5ba7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:28:22 2021 +0100

    FTPS Examples: Moved to tar.gz
---
 ftps/ftps-sink/README.adoc   | 6 +++---
 ftps/ftps-source/README.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ftps/ftps-sink/README.adoc b/ftps/ftps-sink/README.adoc
index afe5366..9e58dba 100644
--- a/ftps/ftps-sink/README.adoc
+++ b/ftps/ftps-sink/README.adoc
@@ -52,13 +52,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-ftps-kafka-connector/0.8.0/camel-ftps-kafka-connector-0.8.0-package.zip
-> unzip camel-ftps-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-ftps-kafka-connector/0.8.0/camel-ftps-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-ftps-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now it's time to setup the connector
diff --git a/ftps/ftps-source/README.adoc b/ftps/ftps-source/README.adoc
index 106a249..6036b91 100644
--- a/ftps/ftps-source/README.adoc
+++ b/ftps/ftps-source/README.adoc
@@ -173,12 +173,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/ftps-extended/target/ftps-extended-0.8.0-package.zip .
-> unzip ftps-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/ftps-extended/target/ftps-extended-0.8.0-package.tar.gz .
+> untar.gz ftps-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connector


[camel-kafka-connector-examples] 16/31: Infinispan Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 1abc940500e603bccf8c09591886740243f3a1d0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:29:23 2021 +0100

    Infinispan Examples: Moved to tar.gz
---
 infinispan/infinispan-sink/README.adoc                       | 6 +++---
 infinispan/infinispan-source-with-authentication/README.adoc | 4 ++--
 infinispan/infinispan-source/README.adoc                     | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/infinispan/infinispan-sink/README.adoc b/infinispan/infinispan-sink/README.adoc
index 771e413..19e53e8 100644
--- a/infinispan/infinispan-sink/README.adoc
+++ b/infinispan/infinispan-sink/README.adoc
@@ -14,7 +14,7 @@ As first step you need to download the Infinispan Server with version 11.0.3.Fin
 
 Infinispan 11.x is secured by default. For the purpose of this example we'll remove the security check, so we won't need any authentication.
 
-If you have Infinispan unzipped in $INFINISPAN_HOME, you'll need to:
+If you have Infinispan untar.gzped in $INFINISPAN_HOME, you'll need to:
 
 - Edit $INFINISPAN_HOME/server/config/infinispan.xml
 
@@ -127,8 +127,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.8.0/camel-infinispan-kafka-connector-0.8.0-package.zip
-> unzip camel-infinispan-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.8.0/camel-infinispan-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-infinispan-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/infinispan/infinispan-source-with-authentication/README.adoc b/infinispan/infinispan-source-with-authentication/README.adoc
index c36245b..a8f7234 100644
--- a/infinispan/infinispan-source-with-authentication/README.adoc
+++ b/infinispan/infinispan-source-with-authentication/README.adoc
@@ -114,8 +114,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.8.0/camel-infinispan-kafka-connector-0.8.0-package.zip
-> unzip camel-infinispan-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.8.0/camel-infinispan-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-infinispan-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/infinispan/infinispan-source/README.adoc b/infinispan/infinispan-source/README.adoc
index a27b35d..cd18bfa 100644
--- a/infinispan/infinispan-source/README.adoc
+++ b/infinispan/infinispan-source/README.adoc
@@ -14,7 +14,7 @@ As first step you need to download the Infinispan Server with version 11.0.3.Fin
 
 Infinispan 11.x is secured by default. For the purpose of this example we'll remove the security check, so we won't need any authentication.
 
-If you have Infinispan unzipped in $INFINISPAN_HOME, you'll need to:
+If you have Infinispan untar.gzped in $INFINISPAN_HOME, you'll need to:
 
 - Edit $INFINISPAN_HOME/server/config/infinispan.xml
 
@@ -157,8 +157,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.8.0/camel-infinispan-kafka-connector-0.8.0-package.zip
-> unzip camel-infinispan-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-kafka-connector/0.8.0/camel-infinispan-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-infinispan-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 03/31: AWS Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 6a72fe7df699d17b9eb9cbed83613fb8b343966e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:25:13 2021 +0100

    AWS Examples: Moved to tar.gz
---
 aws-s3-to-jms/README.adoc                          |  8 +++---
 aws2-iam/aws2-iam-sink-create-group/README.adoc    |  6 ++--
 aws2-iam/aws2-iam-sink-create-user/README.adoc     |  6 ++--
 aws2-iam/aws2-iam-sink-delete-group/README.adoc    |  6 ++--
 aws2-iam/aws2-iam-sink-delete-user/README.adoc     |  6 ++--
 .../aws2-kinesis-firehose-sink/README.adoc         |  8 +++---
 aws2-kinesis/aws2-kinesis-sink/README.adoc         |  4 +--
 aws2-kinesis/aws2-kinesis-source/README.adoc       |  2 +-
 aws2-kms/aws2-kms-sink-create-key/README.adoc      |  6 ++--
 aws2-kms/aws2-kms-sink-delete-key/README.adoc      |  6 ++--
 aws2-lambda/aws2-lambda-sink/README.adoc           |  8 +++---
 aws2-s3/aws2-s3-minio-source/README.adoc           |  4 +--
 aws2-s3/aws2-s3-move-after-read/README.adoc        |  8 +++---
 aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc  |  4 +--
 aws2-s3/aws2-s3-sink-with-aggregation/README.adoc  |  8 +++---
 .../aws2-s3-sink-with-zip-aggregation/README.adoc  | 32 +++++++++++-----------
 .../config/CamelAWS2S3SinkConnector.properties     |  4 +--
 .../aws2-s3-sink-with-zip-aggregation.yaml         |  4 +--
 .../aws2-s3-sink-with-zip-dataformat/README.adoc   | 32 +++++++++++-----------
 .../config/CamelAWS2S3SinkConnector.properties     |  4 +--
 .../aws2-s3-sink-with-zip-dataformat.yaml          |  4 +--
 aws2-s3/aws2-s3-source/README.adoc                 |  8 +++---
 aws2-sns/aws2-sns-sink/README.adoc                 | 10 +++----
 aws2-sqs/aws2-sqs-sink/README.adoc                 | 10 +++----
 aws2-sqs/aws2-sqs-source/README.adoc               | 10 +++----
 25 files changed, 104 insertions(+), 104 deletions(-)

diff --git a/aws-s3-to-jms/README.adoc b/aws-s3-to-jms/README.adoc
index 8669c66..aa7b045 100644
--- a/aws-s3-to-jms/README.adoc
+++ b/aws-s3-to-jms/README.adoc
@@ -36,10 +36,10 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.8.0/camel-sjms2-kafka-connector-0.8.0-package.zip
-> unzip camel-sjms2-kafka-connector-0.8.0-package.zip
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws-s3-kafka-connector/0.8.0/camel-aws-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-sjms2-kafka-connector/0.8.0/camel-sjms2-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-sjms2-kafka-connector-0.8.0-package.tar.gz
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws-s3-kafka-connector/0.8.0/camel-aws-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 These are the basic connectors. For camel-sjms2 we have a bunch of provided dependencies we need to add in our path, so run the following commands:
diff --git a/aws2-iam/aws2-iam-sink-create-group/README.adoc b/aws2-iam/aws2-iam-sink-create-group/README.adoc
index 57e63e6..cf8fd95 100644
--- a/aws2-iam/aws2-iam-sink-create-group/README.adoc
+++ b/aws2-iam/aws2-iam-sink-create-group/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-iam/aws2-iam-sink-create-user/README.adoc b/aws2-iam/aws2-iam-sink-create-user/README.adoc
index 2191c13..bc41772 100644
--- a/aws2-iam/aws2-iam-sink-create-user/README.adoc
+++ b/aws2-iam/aws2-iam-sink-create-user/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-iam/aws2-iam-sink-delete-group/README.adoc b/aws2-iam/aws2-iam-sink-delete-group/README.adoc
index 7c9e540..66174e7 100644
--- a/aws2-iam/aws2-iam-sink-delete-group/README.adoc
+++ b/aws2-iam/aws2-iam-sink-delete-group/README.adoc
@@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-iam/aws2-iam-sink-delete-user/README.adoc b/aws2-iam/aws2-iam-sink-delete-user/README.adoc
index 72735bc..ea9faf4 100644
--- a/aws2-iam/aws2-iam-sink-delete-user/README.adoc
+++ b/aws2-iam/aws2-iam-sink-delete-user/README.adoc
@@ -20,13 +20,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-iam-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-iam-kafka-connector/0.8.0/camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-iam-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc b/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
index 0e65173..b03f1e2 100644
--- a/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
+++ b/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
@@ -30,8 +30,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.8.0/camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.8.0/camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.tar.gz
 ```
 
 On AWS console create a Kinesis firehose delivery stream named firehose-stream and choose to send it to an S3 bucket from the available list (in the same region)
@@ -146,8 +146,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.8.0/camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-firehose-kafka-connector/0.8.0/camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-kinesis-firehose-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 
diff --git a/aws2-kinesis/aws2-kinesis-sink/README.adoc b/aws2-kinesis/aws2-kinesis-sink/README.adoc
index 31c9d7d..aadd04d 100644
--- a/aws2-kinesis/aws2-kinesis-sink/README.adoc
+++ b/aws2-kinesis/aws2-kinesis-sink/README.adoc
@@ -30,8 +30,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-kafka-connector/0.8.0/camel-aws2-kinesis-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-kinesis-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kinesis-kafka-connector/0.8.0/camel-aws2-kinesis-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-kinesis-kafka-connector-0.8.0-package.tar.gz
 ```
 
 On AWS console create a Kinesis stream delivery stream named streamTest.
diff --git a/aws2-kinesis/aws2-kinesis-source/README.adoc b/aws2-kinesis/aws2-kinesis-source/README.adoc
index 76a703d..d221f18 100644
--- a/aws2-kinesis/aws2-kinesis-source/README.adoc
+++ b/aws2-kinesis/aws2-kinesis-source/README.adoc
@@ -374,7 +374,7 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-And move the zip package in target to my-connectors folder and unzipped it.
+And move the tar.gz package in target to my-connectors folder and untar.gzped it.
 
 Now we can start the build
 
diff --git a/aws2-kms/aws2-kms-sink-create-key/README.adoc b/aws2-kms/aws2-kms-sink-create-key/README.adoc
index 4fad842..da43ea3 100644
--- a/aws2-kms/aws2-kms-sink-create-key/README.adoc
+++ b/aws2-kms/aws2-kms-sink-create-key/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-kms-kafka-connector/0.8.0/camel-aws2-kms-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-kms-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kms-kafka-connector/0.8.0/camel-aws2-kms-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-kms-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-kms/aws2-kms-sink-delete-key/README.adoc b/aws2-kms/aws2-kms-sink-delete-key/README.adoc
index d4a52d5..b976b30 100644
--- a/aws2-kms/aws2-kms-sink-delete-key/README.adoc
+++ b/aws2-kms/aws2-kms-sink-delete-key/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-kms-kafka-connector/0.8.0/camel-aws2-kms-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-kms-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-kms-kafka-connector/0.8.0/camel-aws2-kms-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-kms-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/aws2-lambda/aws2-lambda-sink/README.adoc b/aws2-lambda/aws2-lambda-sink/README.adoc
index 1d3af70..f5634e2 100644
--- a/aws2-lambda/aws2-lambda-sink/README.adoc
+++ b/aws2-lambda/aws2-lambda-sink/README.adoc
@@ -29,8 +29,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.8.0/camel-aws2-lambda-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sns-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.8.0/camel-aws2-lambda-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sns-kafka-connector-0.8.0-package.tar.gz
 ```
 
 ### Deploying the AWS Lambda function
@@ -161,8 +161,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.8.0/camel-aws2-lambda-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-lambda-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-lambda-kafka-connector/0.8.0/camel-aws2-lambda-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-lambda-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build 
diff --git a/aws2-s3/aws2-s3-minio-source/README.adoc b/aws2-s3/aws2-s3-minio-source/README.adoc
index fdaa0a8..64add7e 100644
--- a/aws2-s3/aws2-s3-minio-source/README.adoc
+++ b/aws2-s3/aws2-s3-minio-source/README.adoc
@@ -29,8 +29,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we need to setup a MinIO instance
diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc b/aws2-s3/aws2-s3-move-after-read/README.adoc
index c95a271..7b16e57 100644
--- a/aws2-s3/aws2-s3-move-after-read/README.adoc
+++ b/aws2-s3/aws2-s3-move-after-read/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -145,8 +145,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build
diff --git a/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc b/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc
index a94c27a..b0482a6 100644
--- a/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc
+++ b/aws2-s3/aws2-s3-move-bucket-to-bucket/README.adoc
@@ -31,9 +31,9 @@ Since this is example is related to a new feature you'll need to build the lates
 ```
 > cd <ckc_project> 
 > mvn clean package
-> cp <ckc_project>/connectors/camel-aws2-s3-kafka-connector/target/camel-aws2-s3-kafka-connector-0.8.0-SNAPSHOT-package.zip /home/oscerd/connectors/
+> cp <ckc_project>/connectors/camel-aws2-s3-kafka-connector/target/camel-aws2-s3-kafka-connector-0.8.0-SNAPSHOT-package.tar.gz /home/oscerd/connectors/
 > cd /home/oscerd/connectors/
-> unzip camel-aws2-s3-kafka-connector-0.8.0-SNAPSHOT-package.zip
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-SNAPSHOT-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
index 0333854..6c8eb6c 100644
--- a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -157,8 +157,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build
diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index b7dc401..a25859d 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -102,7 +102,7 @@ Now we need to edit the POM
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-zipfile</artifactId>
+      <artifactId>camel-tar.gzfile</artifactId>
       <version>3.4.2</version>
     </dependency>
   </dependencies>
@@ -111,7 +111,7 @@ Now we need to edit the POM
   .
 ```
 
-In the dependencies section you'll need to uncomment the aws2-s3 connector dependency and adding the camel-zipfile component
+In the dependencies section you'll need to uncomment the aws2-s3 connector dependency and adding the camel-tar.gzfile component
 
 Now we need to build the connector:
 
@@ -119,12 +119,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/aws2s3/target/aws2s3-1.0-SNAPSHOT-package.zip .
-> unzip aws2s3-1.0-SNAPSHOT-package.zip
+> cp /home/workspace/miscellanea/aws2s3/target/aws2s3-1.0-SNAPSHOT-package.tar.gz .
+> untar.gz aws2s3-1.0-SNAPSHOT-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -145,9 +145,9 @@ camel.component.aws2-s3.accessKey=xxxx
 camel.component.aws2-s3.secretKey=yyyy
 camel.component.aws2-s3.region=eu-west-1
 
-camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
+camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
 
-camel.beans.aggregate=#class:org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy
+camel.beans.aggregate=#class:org.apache.camel.processor.aggregate.tar.gzfile.ZipAggregationStrategy
 camel.aggregation.size=10
 camel.aggregation.timeout=5000
 ```
@@ -173,7 +173,7 @@ Kafka to S3 message 4
 Kafka to S3 message 5
 ```
 
-You should see (after the timeout has been reached) a file with date-exchangeId.zip name containing the following multiple files. Those files will contain the messages.
+You should see (after the timeout has been reached) a file with date-exchangeId.tar.gz name containing the following multiple files. Those files will contain the messages.
 
 ```
 Kafka to S3 message 1
@@ -326,7 +326,7 @@ Now we need to edit the POM
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-zipfile</artifactId>
+      <artifactId>camel-tar.gzfile</artifactId>
       <version>3.5.0</version>
     </dependency>
   </dependencies>
@@ -341,7 +341,7 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-And move the zip package in targe to my-connectors folder and unzipped it.
+And move the tar.gz package in targe to my-connectors folder and untar.gzped it.
 
 Now we can start the build
 
@@ -415,8 +415,8 @@ oc exec -i `oc get pods --field-selector status.phase=Running -l strimzi.io/name
     "value.converter": "org.apache.kafka.connect.storage.StringConverter",
     "topics": "s3-topic",
     "camel.sink.path.bucketNameOrArn": "camel-kafka-connector",
-    "camel.sink.endpoint.keyName": "${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip",
-    "camel.beans.aggregate": "#class:org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy",
+    "camel.sink.endpoint.keyName": "${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz",
+    "camel.beans.aggregate": "#class:org.apache.camel.processor.aggregate.tar.gzfile.ZipAggregationStrategy",
     "camel.aggregation.size": "10",
     "camel.aggregation.timeout": "5000",
     "camel.component.aws2-s3.accessKey": "xxx",
@@ -447,8 +447,8 @@ spec:
     value.converter: org.apache.kafka.connect.storage.StringConverter
     topics: s3-topic
     camel.sink.path.bucketNameOrArn: camel-kafka-connector
-    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
-    camel.beans.aggregate: #class:org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy
+    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
+    camel.beans.aggregate: #class:org.apache.camel.processor.aggregate.tar.gzfile.ZipAggregationStrategy
     camel.aggregation.size: 10
     camel.aggregation.timeout: 5000
     camel.component.aws2-s3.accessKey: xxxx
@@ -461,7 +461,7 @@ If you followed the optional step for secret credentials you can run the followi
 
 [source,bash,options="nowrap"]
 ----
-oc apply -f config/openshift/aws2-s3-sink-with-zip-aggregation.yaml
+oc apply -f config/openshift/aws2-s3-sink-with-tar.gz-aggregation.yaml
 ----
 
 You can check the status of the connector using
@@ -484,7 +484,7 @@ Kafka to S3 message 4
 Kafka to S3 message 5
 ```
 
-You should see (after the timeout has been reached) a file with date-exchangeId.zip name containing the following multiple files. Those files will contain the messages.
+You should see (after the timeout has been reached) a file with date-exchangeId.tar.gz name containing the following multiple files. Those files will contain the messages.
 
 ```
 Kafka to S3 message 1
diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties b/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties
index af635c4..0e75f88 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/CamelAWS2S3SinkConnector.properties
@@ -28,8 +28,8 @@ camel.component.aws2-s3.accessKey=xxxx
 camel.component.aws2-s3.secretKey=yyyy
 camel.component.aws2-s3.region=eu-west-1
 
-camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
+camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
 
-camel.beans.aggregate=#class:org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy
+camel.beans.aggregate=#class:org.apache.camel.processor.aggregate.tar.gzfile.ZipAggregationStrategy
 camel.aggregation.size=10
 camel.aggregation.timeout=5000
diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/openshift/aws2-s3-sink-with-zip-aggregation.yaml b/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/openshift/aws2-s3-sink-with-zip-aggregation.yaml
index 2f46f08..8e59809 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/openshift/aws2-s3-sink-with-zip-aggregation.yaml
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/config/openshift/aws2-s3-sink-with-zip-aggregation.yaml
@@ -13,8 +13,8 @@ spec:
     value.converter: org.apache.kafka.connect.storage.StringConverter
     topics: s3-topic
     camel.sink.path.bucketNameOrArn: camel-kafka-connector
-    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
-    camel.beans.aggregate: '#class:org.apache.camel.processor.aggregate.zipfile.ZipAggregationStrategy'
+    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
+    camel.beans.aggregate: '#class:org.apache.camel.processor.aggregate.tar.gzfile.ZipAggregationStrategy'
     camel.aggregation.size: 10
     camel.aggregation.timeout: 5000
     camel.component.aws2-s3.accessKey: ${file:/opt/kafka/external-configuration/aws-credentials/aws2-s3-cred.properties:accessKey}
diff --git a/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc b/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
index a88c1b5..b680f8b 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
@@ -102,7 +102,7 @@ Now we need to edit the POM
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-zipfile</artifactId>
+      <artifactId>camel-tar.gzfile</artifactId>
     </dependency>
   </dependencies>
   .
@@ -110,7 +110,7 @@ Now we need to edit the POM
   .
 ```
 
-In the dependencies section you'll need to uncomment the aws2-s3 connector dependency and adding the camel-zipfile component
+In the dependencies section you'll need to uncomment the aws2-s3 connector dependency and adding the camel-tar.gzfile component
 
 Now we need to build the connector:
 
@@ -118,12 +118,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/aws2s3/target/aws2s3-1.0-SNAPSHOT-package.zip .
-> unzip aws2s3-1.0-SNAPSHOT-package.zip
+> cp /home/workspace/miscellanea/aws2s3/target/aws2s3-1.0-SNAPSHOT-package.tar.gz .
+> untar.gz aws2s3-1.0-SNAPSHOT-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -137,7 +137,7 @@ key.converter=org.apache.kafka.connect.storage.StringConverter
 value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
-camel.sink.marshal=zipfile
+camel.sink.marshal=tar.gzfile
 
 camel.sink.path.bucketNameOrArn=camel-kafka-connector
 
@@ -145,7 +145,7 @@ camel.component.aws2-s3.accessKey=xxxx
 camel.component.aws2-s3.secretKey=yyyy
 camel.component.aws2-s3.region=eu-west-1
 
-camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
+camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
 ```
 
 and add the correct credentials for AWS.
@@ -165,7 +165,7 @@ bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic mytopic
 Kafka to S3 message 1
 ```
 
-You should see a file with date-exchangeId.zip name containing the one file named date-exchangeId. This file will contain the message.
+You should see a file with date-exchangeId.tar.gz name containing the one file named date-exchangeId. This file will contain the message.
 
 ```
 Kafka to S3 message 1
@@ -314,7 +314,7 @@ Now we need to edit the POM
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-zipfile</artifactId>
+      <artifactId>camel-tar.gzfile</artifactId>
     </dependency>
   </dependencies>
   .
@@ -328,7 +328,7 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-And move the zip package in targe to my-connectors folder and unzipped it.
+And move the tar.gz package in targe to my-connectors folder and untar.gzped it.
 
 Now we can start the build
 
@@ -402,8 +402,8 @@ oc exec -i `oc get pods --field-selector status.phase=Running -l strimzi.io/name
     "value.converter": "org.apache.kafka.connect.storage.StringConverter",
     "topics": "s3-topic",
     "camel.sink.path.bucketNameOrArn": "camel-kafka-connector",
-    "camel.sink.endpoint.keyName": "${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip",
-    "camel.sink.marshal": "zipfile",
+    "camel.sink.endpoint.keyName": "${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz",
+    "camel.sink.marshal": "tar.gzfile",
     "camel.component.aws2-s3.accessKey": "xxx",
     "camel.component.aws2-s3.secretKey": "xxx",
     "camel.component.aws2-s3.region": "xxx"
@@ -432,8 +432,8 @@ spec:
     value.converter: org.apache.kafka.connect.storage.StringConverter
     topics: s3-topic
     camel.sink.path.bucketNameOrArn: camel-kafka-connector
-    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
-    camel.sink.marshal: zipfile
+    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
+    camel.sink.marshal: tar.gzfile
     camel.component.aws2-s3.accessKey: xxxx
     camel.component.aws2-s3.secretKey: yyyy
     camel.component.aws2-s3.region: region
@@ -444,7 +444,7 @@ If you followed the optional step for secret credentials you can run the followi
 
 [source,bash,options="nowrap"]
 ----
-oc apply -f config/openshift/aws2-s3-sink-with-zip-dataformat.yaml
+oc apply -f config/openshift/aws2-s3-sink-with-tar.gz-dataformat.yaml
 ----
 
 You can check the status of the connector using
@@ -463,7 +463,7 @@ oc exec -i -c kafka my-cluster-kafka-0 -- bin/kafka-console-producer.sh --bootst
 Kafka to S3 message 1
 ```
 
-You should see a file with date-exchangeId.zip name containing the one file named date-exchangeId. This file will contain the message.
+You should see a file with date-exchangeId.tar.gz name containing the one file named date-exchangeId. This file will contain the message.
 
 ```
 Kafka to S3 message 1
diff --git a/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/CamelAWS2S3SinkConnector.properties b/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/CamelAWS2S3SinkConnector.properties
index f905ed4..16d5d3e 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/CamelAWS2S3SinkConnector.properties
+++ b/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/CamelAWS2S3SinkConnector.properties
@@ -21,7 +21,7 @@ key.converter=org.apache.kafka.connect.storage.StringConverter
 value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
-camel.sink.marshal=zipfile
+camel.sink.marshal=tar.gzfile
 
 camel.sink.path.bucketNameOrArn=camel-kafka-connector
 
@@ -29,4 +29,4 @@ camel.component.aws2-s3.accessKey=xxxx
 camel.component.aws2-s3.secretKey=yyyy
 camel.component.aws2-s3.region=eu-west-1
 
-camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
+camel.sink.endpoint.keyName=${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
diff --git a/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/openshift/aws2-s3-sink-with-zip-dataformat.yaml b/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/openshift/aws2-s3-sink-with-zip-dataformat.yaml
index 3c185f5..520409b 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/openshift/aws2-s3-sink-with-zip-dataformat.yaml
+++ b/aws2-s3/aws2-s3-sink-with-zip-dataformat/config/openshift/aws2-s3-sink-with-zip-dataformat.yaml
@@ -13,8 +13,8 @@ spec:
     value.converter: org.apache.kafka.connect.storage.StringConverter
     topics: s3-topic
     camel.sink.path.bucketNameOrArn: camel-kafka-connector
-    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.zip
-    camel.sink.marshal: zipfile
+    camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}.tar.gz
+    camel.sink.marshal: tar.gzfile
     camel.component.aws2-s3.accessKey: ${file:/opt/kafka/external-configuration/aws-credentials/aws2-s3-cred.properties:accessKey}
     camel.component.aws2-s3.secretKey: ${file:/opt/kafka/external-configuration/aws-credentials/aws2-s3-cred.properties:secretKey}
     camel.component.aws2-s3.region: ${file:/opt/kafka/external-configuration/aws-credentials/aws2-s3-cred.properties:region}
diff --git a/aws2-s3/aws2-s3-source/README.adoc b/aws2-s3/aws2-s3-source/README.adoc
index 74e5ff4..a9eac6a 100644
--- a/aws2-s3/aws2-s3-source/README.adoc
+++ b/aws2-s3/aws2-s3-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
@@ -139,8 +139,8 @@ So we need to do something like this:
 
 ```
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-s3-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now we can start the build
diff --git a/aws2-sns/aws2-sns-sink/README.adoc b/aws2-sns/aws2-sns-sink/README.adoc
index 4696f80..ab83593 100644
--- a/aws2-sns/aws2-sns-sink/README.adoc
+++ b/aws2-sns/aws2-sns-sink/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-sns-kafka-connector/0.8.0/camel-aws2-sns-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sns-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.8.0/camel-aws2-sns-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sns-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
@@ -153,8 +153,8 @@ So we need to do something like this:
 [source]
 ----
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.8.0/camel-aws2-sns-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sns-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sns-kafka-connector/0.8.0/camel-aws2-sns-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sns-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now we can start the build 
diff --git a/aws2-sqs/aws2-sqs-sink/README.adoc b/aws2-sqs/aws2-sqs-sink/README.adoc
index afe9602..47fa856 100644
--- a/aws2-sqs/aws2-sqs-sink/README.adoc
+++ b/aws2-sqs/aws2-sqs-sink/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
@@ -156,8 +156,8 @@ So we need to do something like this:
 [source]
 ----
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now we can start the build
diff --git a/aws2-sqs/aws2-sqs-source/README.adoc b/aws2-sqs/aws2-sqs-source/README.adoc
index 9833238..56740a3 100644
--- a/aws2-sqs/aws2-sqs-source/README.adoc
+++ b/aws2-sqs/aws2-sqs-source/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
@@ -157,8 +157,8 @@ so that each one is in its own subfolder
 [source]
 ----
 > cd my-connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.zip
-> unzip camel-aws2-sqs-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-sqs-kafka-connector/0.8.0/camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-aws2-sqs-kafka-connector-0.8.0-package.tar.gz
 ----
 
 Now we can start the build


[camel-kafka-connector-examples] 02/31: ArangoDB Example: Moved to tar.gz

Posted by ac...@apache.org.
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 <an...@gmail.com>
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


[camel-kafka-connector-examples] 11/31: File* Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 863e65687bb4203eaba97269f3fc64194ea3e34c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:27:48 2021 +0100

    File* Examples: Moved to tar.gz
---
 file-watch/file-watch-source/README.adoc     | 4 ++--
 file/file-sink/README.adoc                   | 4 ++--
 file/file-source-with-transforms/README.adoc | 6 +++---
 file/file-source/README.adoc                 | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/file-watch/file-watch-source/README.adoc b/file-watch/file-watch-source/README.adoc
index 02acf12..72412d8 100644
--- a/file-watch/file-watch-source/README.adoc
+++ b/file-watch/file-watch-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-watch-kafka-connector/0.8.0/camel-file-watch-kafka-connector-0.8.0-package.zip
-> unzip camel-file-watch-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-watch-kafka-connector/0.8.0/camel-file-watch-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-file-watch-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/file/file-sink/README.adoc b/file/file-sink/README.adoc
index df2c108..ecbcb29 100644
--- a/file/file-sink/README.adoc
+++ b/file/file-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.8.0/camel-file-kafka-connector-0.8.0-package.zip
-> unzip camel-file-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.8.0/camel-file-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-file-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/file/file-source-with-transforms/README.adoc b/file/file-source-with-transforms/README.adoc
index 397c31b..594dae4 100644
--- a/file/file-source-with-transforms/README.adoc
+++ b/file/file-source-with-transforms/README.adoc
@@ -150,12 +150,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/file-extended/target/file-extended-0.8.0-package.zip .
-> unzip file-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/file-extended/target/file-extended-0.8.0-package.tar.gz .
+> untar.gz file-extended-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors
diff --git a/file/file-source/README.adoc b/file/file-source/README.adoc
index becb719..938b908 100644
--- a/file/file-source/README.adoc
+++ b/file/file-source/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.8.0/camel-file-kafka-connector-0.8.0-package.zip
-> unzip camel-file-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-file-kafka-connector/0.8.0/camel-file-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-file-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 05/31: Couchbase Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 47c578f8e424e49586400ec35aca33591816f098
Author: Andrea Cosentino <an...@gmail.com>
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
 


[camel-kafka-connector-examples] 09/31: Exec Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 05a16350337e8f375757e37c246562770f720e6b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:27:01 2021 +0100

    Exec Examples: Moved to tar.gz
---
 exec/exec-sink/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/exec-sink/README.adoc b/exec/exec-sink/README.adoc
index 3b020bd..5abb157 100644
--- a/exec/exec-sink/README.adoc
+++ b/exec/exec-sink/README.adoc
@@ -28,8 +28,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-exec-kafka-connector/0.8.0/camel-exec-kafka-connector-0.8.0-package.zip
-> unzip camel-exec-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-exec-kafka-connector/0.8.0/camel-exec-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-exec-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 07/31: Cron Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 5a566e5dbe5f4a01642c46a35718bdf2b54d5c26
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:26:30 2021 +0100

    Cron Examples: Moved to tar.gz
---
 cron/cron-source/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cron/cron-source/README.adoc b/cron/cron-source/README.adoc
index 94706e5..24c5a16 100644
--- a/cron/cron-source/README.adoc
+++ b/cron/cron-source/README.adoc
@@ -15,13 +15,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-cron-kafka-connector/0.8.0/camel-cron-kafka-connector-0.8.0-package.zip
-> unzip camel-cron-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-cron-kafka-connector/0.8.0/camel-cron-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-cron-kafka-connector-0.8.0-package.tar.gz
 ----
 
 In 0.8.0, you'll need to add also camel-quartz and quartz dependency.


[camel-kafka-connector-examples] 04/31: Braintree Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 da0af6c7b2f2a5706839786d26d39033b6e664d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:25:43 2021 +0100

    Braintree Examples: Moved to tar.gz
---
 braintree/customer-delete-sink-connector/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/braintree/customer-delete-sink-connector/README.adoc b/braintree/customer-delete-sink-connector/README.adoc
index 44cb27d..9247c9c 100644
--- a/braintree/customer-delete-sink-connector/README.adoc
+++ b/braintree/customer-delete-sink-connector/README.adoc
@@ -34,8 +34,8 @@ In this example we'll use `/home/oscerd/connectors/`
 
 ```
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-braintree-kafka-connector/0.8.0/camel-braintree-kafka-connector-0.8.0-package.zip
-> unzip camel-braintree-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-braintree-kafka-connector/0.8.0/camel-braintree-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-braintree-kafka-connector-0.8.0-package.tar.gz
 ```
 
 Now it's time to setup the connectors


[camel-kafka-connector-examples] 21/31: PGEvent Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 7bc7fc81a5e67f01265549457693069ad4b10fa0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:31:24 2021 +0100

    PGEvent Examples: Moved to tar.gz
---
 pgevent/pgevent-source/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pgevent/pgevent-source/README.adoc b/pgevent/pgevent-source/README.adoc
index 7e8461b..89dd4e4 100644
--- a/pgevent/pgevent-source/README.adoc
+++ b/pgevent/pgevent-source/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-pgevent-kafka-connector/0.8.0/camel-pgevent-kafka-connector-0.8.0-package.zip
-> unzip camel-pgevent-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-pgevent-kafka-connector/0.8.0/camel-pgevent-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-pgevent-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect


[camel-kafka-connector-examples] 22/31: Quartz Examples: Moved to tar.gz

Posted by ac...@apache.org.
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 f178480eb318005476f5dac8dbd950ba53287a53
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:31:30 2021 +0100

    Quartz Examples: Moved to tar.gz
---
 quartz/quartz-source/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/quartz/quartz-source/README.adoc b/quartz/quartz-source/README.adoc
index c928082..d0dd9f0 100644
--- a/quartz/quartz-source/README.adoc
+++ b/quartz/quartz-source/README.adoc
@@ -15,13 +15,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-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-quartz-kafka-connector/0.8.0/camel-quartz-kafka-connector-0.8.0-package.zip
-> unzip camel-quartz-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-quartz-kafka-connector/0.8.0/camel-quartz-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-quartz-kafka-connector-0.8.0-package.tar.gz
 ----
 
 We are now ready