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