This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 70e44022ec8dfbe6ce8876dfb68a61e403681dea Author: James Netherton <[email protected]> AuthorDate: Wed May 14 09:49:02 2025 +0100 Propagate Kafka broker URL property in test and prod modes --- kafka/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka/src/main/resources/application.properties b/kafka/src/main/resources/application.properties index 52381be..ccfc4c1 100644 --- a/kafka/src/main/resources/application.properties +++ b/kafka/src/main/resources/application.properties @@ -22,7 +22,7 @@ quarkus.kafka.devservices.provider = strimzi kafka.topic.name=test # Kafka brokers in native test -%prod.camel.component.kafka.brokers=${kafka.bootstrap.servers} +%test,prod.camel.component.kafka.brokers=${kafka.bootstrap.servers} # How often should the messages be generated and pushed to Kafka Topic timer.period = 10000
