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 4eb2c30 Enable breadcrumb in route-topology example
4eb2c30 is described below
commit 4eb2c301b3c4d3f38c674392e1b91c911be4d285
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 4 13:31:56 2026 +0200
Enable breadcrumb in route-topology example
This enables camel.main.useBreadcrumb=true so that message
history can be correlated across Kafka broker boundaries
in the TUI.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Claus Ibsen <[email protected]>
---
route-topology/application.properties | 3 +++
1 file changed, 3 insertions(+)
diff --git a/route-topology/application.properties
b/route-topology/application.properties
index 68fb885..997aa60 100644
--- a/route-topology/application.properties
+++ b/route-topology/application.properties
@@ -1,3 +1,6 @@
+# enable breadcrumb to correlate messages across broker boundaries
+camel.main.useBreadcrumb=true
+
# Kafka defaults to localhost:9092
# To use a different broker, uncomment and adjust:
camel.component.kafka.brokers=localhost:9092