This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 3ace847d18c2daf2d33a0ad5ea5a94faf056f221
Author: James Netherton <jamesnether...@gmail.com>
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

Reply via email to