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-k.git
The following commit(s) were added to refs/heads/main by this push:
new 9004c95 Polished
9004c95 is described below
commit 9004c9558eda236562304fafc0a6330a8a5f725d
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Oct 4 16:51:45 2021 +0200
Polished
---
examples/kamelets/error-handler/readme.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/kamelets/error-handler/readme.md
b/examples/kamelets/error-handler/readme.md
index abf8ad6..c9a6857 100644
--- a/examples/kamelets/error-handler/readme.md
+++ b/examples/kamelets/error-handler/readme.md
@@ -113,7 +113,7 @@ As soon as the `Integration` starts, it will log the events
on the `ok` log chan
If you're curious to know what was going on in the DLC side, you can use the
example you found in [kafka sasl ssl consumer](../kafka/sasl_ssl/):
-´´´
+```
kamel run --secret kafka-props SaslSSLKafkaConsumer.java --dev
...
[1] 2021-04-29 08:57:08,636 INFO [org.apa.kaf.com.uti.AppInfoParser] (Camel
(camel-1) thread #0 - KafkaConsumer[my-first-test]) Kafka commitId:
448719dc99a19793
@@ -124,4 +124,4 @@ kamel run --secret kafka-props SaslSSLKafkaConsumer.java
--dev
[1] 2021-04-29 08:35:12,995 INFO [FromKafka] (Camel (camel-1) thread #0 -
KafkaConsumer[my-first-test]) Producing message #50
[1] 2021-04-29 08:35:22,879 INFO [FromKafka] (Camel (camel-1) thread #0 -
KafkaConsumer[my-first-test]) Producing message #60
...
-´´´
\ No newline at end of file
+´´´