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 3a4a31d CAMEL-20956: camel-kafka - Add dev console and jbang command
3a4a31d is described below
commit 3a4a31db28f094747c37802cba265b1640c7fa86
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 10 11:55:31 2024 +0200
CAMEL-20956: camel-kafka - Add dev console and jbang command
---
jbang/kafka-health/README.adoc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/jbang/kafka-health/README.adoc b/jbang/kafka-health/README.adoc
index 8d05d77..8fc9077 100644
--- a/jbang/kafka-health/README.adoc
+++ b/jbang/kafka-health/README.adoc
@@ -100,6 +100,13 @@ From another terminal execute:
$ camel get health
----
+From Camel 4.8 onwards there is a Kafka command that can show Kafka specific
details:
+
+[source,sh]
+----
+$ camel get kafka
+----
+
=== Help and contributions