zhfeng commented on issue #2939: URL: https://github.com/apache/camel-quarkus/issues/2939#issuecomment-1149967002
@zbendhiba it's only needed when running the IT tests in **native** mode. In test or dev mode, we add a RunTimeConfigurationDefaultBuildItem in [KafkaProcessor](https://github.com/apache/camel-quarkus/blob/main/extensions/kafka/deployment/src/main/java/org/apache/camel/quarkus/component/kafka/deployment/KafkaProcessor.java#L66-L81) but it does not work in **native** mode. I raise a [PR](https://github.com/quarkusio/quarkus/pull/25140) which introduces a BuildItem in DevKafkaService to add additional config but it did not be accepted by Quarkus team. So we still need to add `%prod.camel.component.kafka.brokers=${kafka.bootstrap.servers}` as a workaround for running IT test in **native** mode. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org