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 1b9c4d2  Update kameletbindings-error-handler.adoc
1b9c4d2 is described below

commit 1b9c4d29087e5baff104d5fbf0a3e22bf0db8b94
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jul 4 20:41:36 2021 +0200

    Update kameletbindings-error-handler.adoc
---
 docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc 
b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
index c9d6c65..57a7d8e 100644
--- a/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kameletbindings-error-handler.adoc
@@ -1,7 +1,7 @@
 [[kameletbindings-error-handler]]
 = Kamelet Bindings Error Handler
 
-`Kamelet Binding`s 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 `Dead Letter Channel`.
+Kamelet Binding`s 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 `Dead Letter Channel`.
 
 [source,yaml]
 ----
@@ -152,4 +152,4 @@ spec:
 ----
 <1> The name of the bean to be looked up at runtime
 
-NOTE: make sure to have the `ref` correctly bind at runtime.
\ No newline at end of file
+NOTE: make sure to have the `ref` correctly bind at runtime.

Reply via email to