You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2022/10/10 11:37:37 UTC

[camel-website] 04/07: Update content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md

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

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

commit 56960630e0f90ccb734d04b54a7db969f65476c1
Author: Matteo Mortari <ma...@gmail.com>
AuthorDate: Wed Oct 5 17:02:43 2022 +0200

    Update content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
    
    Co-authored-by: Zoran Regvart <zo...@regvart.com>
---
 .../index.md                                                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md b/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
index a65ea8c3..d7b058e1 100644
--- a/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
+++ b/content/blog/2022/10/ContentBasedRoutingWithCamelDroolsQuarkusKogitoAltasMapApacheKafka/index.md
@@ -50,7 +50,7 @@ from("direct:hl7")
 from("direct:label")
     .unmarshal().hl7()
     .to("atlasmap:atlasmap-mapping.adm").unmarshal().json()
-    .process(kogitoDMNEvaluate) // <== Rules as DMN decisions 
+    .process(kogitoDMNEvaluate) // <== Rules as DMN decisions
     .setHeader("topicsHeader", simple("${body[topic names]}"))
     ;
 ```