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 95738501f068beff1b5d6861eb2ca9572a32f4a1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 12 14:06:23 2021 +0100

    Aws2 examples: Aligned instrunction to the 0.20.1 Strimzi
---
 aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc | 6 +++---
 aws2-kinesis/aws2-kinesis-source/README.adoc                 | 6 +++---
 aws2-lambda/aws2-lambda-sink/README.adoc                     | 6 +++---
 aws2-s3/aws2-s3-move-after-read/README.adoc                  | 6 +++---
 aws2-s3/aws2-s3-sink-with-aggregation/README.adoc            | 6 +++---
 aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc        | 6 +++---
 aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc         | 6 +++---
 aws2-s3/aws2-s3-source/README.adoc                           | 6 +++---
 aws2-sns/aws2-sns-sink/README.adoc                           | 6 +++---
 aws2-sqs/aws2-sqs-sink/README.adoc                           | 6 +++---
 aws2-sqs/aws2-sqs-source/README.adoc                         | 6 +++---
 11 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc 
b/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
index 1a166a9..7ae5be2 100644
--- a/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
+++ b/aws2-kinesis-firehose/aws2-kinesis-firehose-sink/README.adoc
@@ -114,7 +114,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -122,10 +122,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-kinesis/aws2-kinesis-source/README.adoc 
b/aws2-kinesis/aws2-kinesis-source/README.adoc
index cf6fbc2..6585819 100644
--- a/aws2-kinesis/aws2-kinesis-source/README.adoc
+++ b/aws2-kinesis/aws2-kinesis-source/README.adoc
@@ -224,7 +224,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -232,10 +232,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-lambda/aws2-lambda-sink/README.adoc 
b/aws2-lambda/aws2-lambda-sink/README.adoc
index 298d925..dbc41b6 100644
--- a/aws2-lambda/aws2-lambda-sink/README.adoc
+++ b/aws2-lambda/aws2-lambda-sink/README.adoc
@@ -129,7 +129,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -137,10 +137,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-s3/aws2-s3-move-after-read/README.adoc 
b/aws2-s3/aws2-s3-move-after-read/README.adoc
index 2cbb4c4..f6cc588 100644
--- a/aws2-s3/aws2-s3-move-after-read/README.adoc
+++ b/aws2-s3/aws2-s3-move-after-read/README.adoc
@@ -113,7 +113,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -121,10 +121,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc 
b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
index 817324c..f43bac4 100644
--- a/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-aggregation/README.adoc
@@ -125,7 +125,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -133,10 +133,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc 
b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
index 3980fcc..4cca206 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-aggregation/README.adoc
@@ -220,7 +220,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -228,10 +228,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc 
b/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
index ecd441f..b1ac451 100644
--- a/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
+++ b/aws2-s3/aws2-s3-sink-with-zip-dataformat/README.adoc
@@ -208,7 +208,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -216,10 +216,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-s3/aws2-s3-source/README.adoc 
b/aws2-s3/aws2-s3-source/README.adoc
index 3a3e266..ef37068 100644
--- a/aws2-s3/aws2-s3-source/README.adoc
+++ b/aws2-s3/aws2-s3-source/README.adoc
@@ -107,7 +107,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -115,10 +115,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-sns/aws2-sns-sink/README.adoc 
b/aws2-sns/aws2-sns-sink/README.adoc
index eb699c0..30a43e3 100644
--- a/aws2-sns/aws2-sns-sink/README.adoc
+++ b/aws2-sns/aws2-sns-sink/README.adoc
@@ -120,7 +120,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -128,10 +128,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through 
specific custom resource:
diff --git a/aws2-sqs/aws2-sqs-sink/README.adoc 
b/aws2-sqs/aws2-sqs-sink/README.adoc
index 434c8da..6059b4b 100644
--- a/aws2-sqs/aws2-sqs-sink/README.adoc
+++ b/aws2-sqs/aws2-sqs-sink/README.adoc
@@ -121,7 +121,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the Debezium connectors installed:
@@ -129,10 +129,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 In the OpenShift environment, you can instantiate the Kafka Connectors in two 
ways, either using the Kafka Connect API, or through an OpenShift custom 
resource.
diff --git a/aws2-sqs/aws2-sqs-source/README.adoc 
b/aws2-sqs/aws2-sqs-source/README.adoc
index 584df82..0a27923 100644
--- a/aws2-sqs/aws2-sqs-source/README.adoc
+++ b/aws2-sqs/aws2-sqs-source/README.adoc
@@ -124,7 +124,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and 
then create a Kafka Connect image with the SQS connectors installed:
@@ -132,10 +132,10 @@ Next we will deploy a Kafka broker cluster and a Kafka 
Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f 
https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 In the OpenShift environment, you can instantiate the Kafka Connectors in two 
ways, either using the Kafka Connect API, or through an OpenShift custom 
resource.

Reply via email to