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:29 UTC

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

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