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 06c2437b3eb191f3aabd1391e9ec512f472d63b8 Author: Andrea Cosentino <[email protected]> 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
