You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/27 08:02:18 UTC

[camel-k] branch main updated: Adding another level in the index for error handler

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

acosentino 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 f7e7c2acd Adding another level in the index for error handler
f7e7c2acd is described below

commit f7e7c2acdf9a84b2efd6e65a1636589923a5a9c3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 27 10:01:49 2023 +0200

    Adding another level in the index for error handler
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
index bc128ce38..7bdef351d 100644
--- a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
@@ -1,6 +1,9 @@
 [[bindings-error-handler]]
 = Pipes Error Handler
 
+[[bindings-error-handler-introduction]]
+== Introduction
+
 Pipes offer a mechanism to specify an error policy to adopt in case an event produced by a `source` or consumed by a `sink`. Through the definition of an `errorHandler` you will be able to apply certain logic to the failing event, such as simply logging, ignoring the event or posting the event to a `Sink`.
 
 [source,yaml]