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-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b29c27  Polished
4b29c27 is described below

commit 4b29c2742db1c827a1cceb712d949671f05ad445
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 4 10:14:36 2026 +0200

    Polished
---
 route-topology/route-topology.camel.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/route-topology/route-topology.camel.yaml 
b/route-topology/route-topology.camel.yaml
index a89d27b..b1338b9 100644
--- a/route-topology/route-topology.camel.yaml
+++ b/route-topology/route-topology.camel.yaml
@@ -83,6 +83,7 @@
             message: "Fulfilling order: ${body}"
         - to:
             uri: kafka:warehouse-shipments
+            description: Ship to Warehouse
 
 # Kafka consumer: sends notifications via external email service
 - route:
@@ -95,3 +96,4 @@
             message: "Sending notification for: ${body}"
         - to:
             uri: kafka:email-outbox
+            description: Send Email

Reply via email to