This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch topology-external-endpoints in repository https://gitbox.apache.org/repos/asf/camel.git
commit 035c06555667b83cc98d992411e55b2e46cd1a47 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jun 2 12:56:15 2026 +0200 Sync route-topology example application.properties from GitHub Co-Authored-By: Claude Opus 4.6 <[email protected]> --- .../src/main/resources/examples/route-topology/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/route-topology/application.properties b/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/route-topology/application.properties index 663bdcf00ac3..68fb88547708 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/route-topology/application.properties +++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/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
