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 e31d325d1 Fix website build
e31d325d1 is described below
commit e31d325d13a13bf29b64c46f1916afb62a7854cb
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 27 06:22:41 2023 +0200
Fix website build
---
docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
index 4fc59f1bb..bc128ce38 100644
--- a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
@@ -1,5 +1,5 @@
[[bindings-error-handler]]
-=Pipes Error Handler
+= Pipes Error Handler
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`.