This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit 12202be8b98e601f64fe1fe0fd7e89b0f21acc73 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 19 14:49:53 2021 +0200 Added a Kafka to Kafka example with manual commit --- kamelets/kafka-to-kafka-with-manual-commit/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kamelets/kafka-to-kafka-with-manual-commit/README.md b/kamelets/kafka-to-kafka-with-manual-commit/README.md index 5ac06bc..a9a5245 100644 --- a/kamelets/kafka-to-kafka-with-manual-commit/README.md +++ b/kamelets/kafka-to-kafka-with-manual-commit/README.md @@ -2,13 +2,14 @@ - Use the quickstart for https://strimzi.io/quickstarts/ and follow the minikube guide. +- The Log Sink Kamelet is not available out of the box in 1.5.0 Camel-K release so you'll have to install it before installing the flow binding. + - Install camel-k on the kafka namespace - Run the following commands -kubectl apply -f kafka-not-secured-source.kamelet.yaml -n kafka -kubectl apply -f log-sink.kamelet.yaml -n kafka -kubectl apply -f flow-binding.yaml -n kafka + - kubectl apply -f log-sink.kamelet.yaml -n kafka + - kubectl apply -f flow-binding.yaml -n kafka - Check logs