You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/08/22 03:29:49 UTC

[camel-k-examples] 04/10: improve comment

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

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

commit 9b3f374a3ca928c84cb11ab4c7ecc5d116fa4043
Author: Kuthumi Pepple <ku...@gmail.com>
AuthorDate: Thu Aug 18 11:55:00 2022 +0100

    improve comment
---
 generic-examples/kamelets/error-handler/error-handler.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generic-examples/kamelets/error-handler/error-handler.kamelet.yaml b/generic-examples/kamelets/error-handler/error-handler.kamelet.yaml
index ee7515d..c987277 100644
--- a/generic-examples/kamelets/error-handler/error-handler.kamelet.yaml
+++ b/generic-examples/kamelets/error-handler/error-handler.kamelet.yaml
@@ -59,7 +59,7 @@ spec:
     from:
       uri: kamelet:source
       steps:
-      # First step: send to the DLC for future processing
+      # First step: send to the DLC (dead letter channel) for future processing
       - to:
           uri: kafka:{{kafka-topic}}
           parameters: