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 b189525 Fix
b189525 is described below
commit b189525cbaffb48f133b77ded8f77c964e6a2b11
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 2 12:11:05 2026 +0200
Fix
---
route-topology/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/route-topology/application.properties
b/route-topology/application.properties
index 663bdcf..68fb885 100644
--- a/route-topology/application.properties
+++ b/route-topology/application.properties
@@ -1,3 +1,3 @@
# Kafka defaults to localhost:9092
# To use a different broker, uncomment and adjust:
-# camel.component.kafka.brokers=localhost:9092
+camel.component.kafka.brokers=localhost:9092