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 <[email protected]> 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
