tree: cc8c396a6ad453769781eaa64e1466d6b67f3244 [path history] [tgz]
  1. flow-binding.yaml
  2. log-sink.kamelet.yaml
  3. README.md
kamelets/kafka-to-kafka-with-manual-commit/README.md

Kafka to Kafka with manual commit

  • 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 log-sink.kamelet.yaml -n kafka
    • kubectl apply -f flow-binding.yaml -n kafka
  • Check logs

kamel logs kafka-to-kafka-with-manual-commit -n kafka