This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit 09e84458060863041f1f20ed9c1ccfc5f9452bdf Author: Andrea Cosentino <[email protected]> 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
