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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e3fd62  Use kafka component directly
6e3fd62 is described below

commit 6e3fd62d7872734fe25d376a94871ea537fc16b5
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue May 7 14:38:57 2024 +0200

    Use kafka component directly
---
 jbang/kafka-health/consumer.camel.yaml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/jbang/kafka-health/consumer.camel.yaml 
b/jbang/kafka-health/consumer.camel.yaml
index 83ad2e0..173c973 100644
--- a/jbang/kafka-health/consumer.camel.yaml
+++ b/jbang/kafka-health/consumer.camel.yaml
@@ -1,9 +1,6 @@
 # camel-k: language=yaml
 
 - from:
-    uri: "kamelet:kafka-not-secured-source"
-    parameters:
-      topic: "foobar"
-      bootstrapServers: 'localhost:9092'
+    uri: "kafka:foobar?brokers=localhost:9092"
     steps:
     - to: "log:info?showAll=true&multiline=true"
\ No newline at end of file

Reply via email to