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 6637d199e798cffacefea7142c21416289c7bbe6 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Feb 12 14:07:48 2021 +0100 Telegram Examples: Align to the correct Strimzi version 0.20.1 --- telegram/telegram-sink/README.adoc | 6 +++--- telegram/telegram-source/README.adoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/telegram/telegram-sink/README.adoc b/telegram/telegram-sink/README.adoc index c4b21f4..52cb772 100644 --- a/telegram/telegram-sink/README.adoc +++ b/telegram/telegram-sink/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/telegram/telegram-source/README.adoc b/telegram/telegram-source/README.adoc index ca321d7..6fcd749 100644 --- a/telegram/telegram-source/README.adoc +++ b/telegram/telegram-source/README.adoc @@ -108,7 +108,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: @@ -116,10 +116,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:
