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 3c4e31851d1b8a0605606905ac75405f7ebc35c9 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 25 13:29:04 2021 +0100 Google* Examples: Moved to tar.gz --- google-calendar-stream/google-calendar-stream-source/README.adoc | 6 +++--- google-mail-stream/google-mail-stream-source/README.adoc | 6 +++--- google-sheets-stream/google-sheets-stream-source/README.adoc | 6 +++--- .../google-sheets-stream-with-split-source/README.adoc | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/google-calendar-stream/google-calendar-stream-source/README.adoc b/google-calendar-stream/google-calendar-stream-source/README.adoc index 2b98c3a..fe2c494 100644 --- a/google-calendar-stream/google-calendar-stream-source/README.adoc +++ b/google-calendar-stream/google-calendar-stream-source/README.adoc @@ -39,13 +39,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-google-calendar-stream-kafka-connector/0.8.0/camel-google-calendar-stream-kafka-connector-0.8.0-package.zip -> unzip camel-google-calendar-stream-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-calendar-stream-kafka-connector/0.8.0/camel-google-calendar-stream-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-google-calendar-stream-kafka-connector-0.8.0-package.tar.gz ---- === Configuring Kafka Connect diff --git a/google-mail-stream/google-mail-stream-source/README.adoc b/google-mail-stream/google-mail-stream-source/README.adoc index 06fa732..66649be 100644 --- a/google-mail-stream/google-mail-stream-source/README.adoc +++ b/google-mail-stream/google-mail-stream-source/README.adoc @@ -37,13 +37,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-google-mail-stream-kafka-connector/0.8.0/camel-google-mail-stream-kafka-connector-0.8.0-package.zip -> unzip camel-google-mail-stream-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-mail-stream-kafka-connector/0.8.0/camel-google-mail-stream-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-google-mail-stream-kafka-connector-0.8.0-package.tar.gz ---- === Configuring Kafka Connect diff --git a/google-sheets-stream/google-sheets-stream-source/README.adoc b/google-sheets-stream/google-sheets-stream-source/README.adoc index 7f97222..ef7f8b2 100644 --- a/google-sheets-stream/google-sheets-stream-source/README.adoc +++ b/google-sheets-stream/google-sheets-stream-source/README.adoc @@ -37,13 +37,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-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.zip -> unzip camel-google-sheets-stream-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz ---- === Configuring Kafka Connect diff --git a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc index d458492..f94820f 100644 --- a/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc +++ b/google-sheets-stream/google-sheets-stream-with-split-source/README.adoc @@ -40,13 +40,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-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.zip -> unzip camel-google-sheets-stream-kafka-connector-0.8.0-package.zip +> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-google-sheets-stream-kafka-connector/0.8.0/camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz +> untar.gz camel-google-sheets-stream-kafka-connector-0.8.0-package.tar.gz ---- === Configuring Kafka Connect
