This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch only-zip-for-me in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 8fb987381325587542e77bf7e570e7523ab3b7b4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 19 08:32:14 2021 +0100 Removed remaining refs to .tar.gz in documentation --- docs/modules/ROOT/pages/archetype-apicurio-connector.adoc | 2 +- docs/modules/ROOT/pages/archetype-connector.adoc | 2 +- docs/modules/ROOT/pages/archetype-dataformat-connector.adoc | 2 +- docs/modules/ROOT/pages/getting-started-with-packages.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/archetype-apicurio-connector.adoc b/docs/modules/ROOT/pages/archetype-apicurio-connector.adoc index dfbf76a..79a7d2e 100644 --- a/docs/modules/ROOT/pages/archetype-apicurio-connector.adoc +++ b/docs/modules/ROOT/pages/archetype-apicurio-connector.adoc @@ -186,4 +186,4 @@ This is the resulting POM </project> ---- -Now, you are able to add whatever you need in the project, at the end you'll need just to build and you'll get a zipped or tar.gz connector. +Now, you are able to add whatever you need in the project, at the end you'll need just to build and you'll get a zipped connector. diff --git a/docs/modules/ROOT/pages/archetype-connector.adoc b/docs/modules/ROOT/pages/archetype-connector.adoc index 1fc53d5..9d98dfc 100644 --- a/docs/modules/ROOT/pages/archetype-connector.adoc +++ b/docs/modules/ROOT/pages/archetype-connector.adoc @@ -174,4 +174,4 @@ This is the resulting POM </project> ---- -Now, you are able to add whatever you need in the project, at the end you'll need just to build and you'll get a zipped or tar.gz connector. +Now, you are able to add whatever you need in the project, at the end you'll need just to build and you'll get a zipped connector. diff --git a/docs/modules/ROOT/pages/archetype-dataformat-connector.adoc b/docs/modules/ROOT/pages/archetype-dataformat-connector.adoc index 07506e3..77a4d21 100644 --- a/docs/modules/ROOT/pages/archetype-dataformat-connector.adoc +++ b/docs/modules/ROOT/pages/archetype-dataformat-connector.adoc @@ -181,4 +181,4 @@ This is the resulting POM </project> ---- -Now, you are able to add whatever you need in the project, at the end you'll need just to build and you'll get a zipped or tar.gz connector. +Now, you are able to add whatever you need in the project, at the end you'll need just to build and you'll get a zipped connector. diff --git a/docs/modules/ROOT/pages/getting-started-with-packages.adoc b/docs/modules/ROOT/pages/getting-started-with-packages.adoc index 29e1145..b2bf2c8 100644 --- a/docs/modules/ROOT/pages/getting-started-with-packages.adoc +++ b/docs/modules/ROOT/pages/getting-started-with-packages.adoc @@ -3,6 +3,6 @@ The Camel-Kafka-connector connectors can be used also as packages to unpack in your Kafka-connect Plugin path. -If you already set up Zookeeper, Kafka, and Kafka Connect, using camel-kafka-connector's connector is pretty fast: you can download one or more archives (we provide zip and tar.gz formats) and extract their content into the Kafka Connect environment, specifically in Kafka Connect’s plugin path. Doing this will require to specify the plugin path in your worker configuration (e.g. connect-distributed.properties or connect-standalone.properties) using the plugin.path configuration property. +If you already set up Zookeeper, Kafka, and Kafka Connect, using camel-kafka-connector's connector is pretty fast: you can download one or more archives (we provide zip format) and extract their content into the Kafka Connect environment, specifically in Kafka Connect’s plugin path. Doing this will require to specify the plugin path in your worker configuration (e.g. connect-distributed.properties or connect-standalone.properties) using the plugin.path configuration property. You can download the connectors packages from the xref:connectors.adoc[Connectors List]