apupier commented on code in PR #8215:
URL: https://github.com/apache/camel-quarkus/pull/8215#discussion_r2736460333
##########
extensions/kafka/deployment/src/test/java/org/apache/camel/quarkus/component/kafka/deployment/KafkaDevServicesEnabledTest.java:
##########
@@ -76,6 +76,8 @@ public static final Asset applicationProperties() {
Properties props = new Properties();
props.setProperty("quarkus.kafka.devservices.provider", "strimzi");
+ props.setProperty("quarkus.kafka.devservices.image-name",
Review Comment:
I'm wondering from where the devservice is picking the image name if we do
not oveeride it in the application.properties.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]