You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/12 13:08:25 UTC

[camel-kafka-connector-examples] 02/04: CQL Examples: Align to correct Strimzi 0.20.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch align-strimzi-instructions
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 2613683257b0ff96daad63b08c2d3c93afb2e79b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 12 14:06:56 2021 +0100

    CQL Examples: Align to correct Strimzi 0.20.1
---
 cql/cql-sink/README.adoc   | 6 +++---
 cql/cql-source/README.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cql/cql-sink/README.adoc b/cql/cql-sink/README.adoc
index a6135ee..364c4df 100644
--- a/cql/cql-sink/README.adoc
+++ b/cql/cql-sink/README.adoc
@@ -178,7 +178,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:
@@ -186,10 +186,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/cql/cql-source/README.adoc b/cql/cql-source/README.adoc
index 369fb16..cb0ea67 100644
--- a/cql/cql-source/README.adoc
+++ b/cql/cql-source/README.adoc
@@ -247,7 +247,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:
@@ -255,10 +255,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: