jamesnetherton commented on a change in pull request #55:
URL:
https://github.com/apache/camel-quarkus-examples/pull/55#discussion_r722227583
##########
File path: kafka/src/main/resources/application.properties
##########
@@ -23,8 +23,7 @@ timer.period = 10000
timer.delay = 10000
# Kafka instance without Authentication
-# Passing ${kafka.bootstrap.servers} is a workaround for
https://github.com/apache/camel-quarkus/issues/2939
-camel.component.kafka.brokers=${brokers:${kafka.bootstrap.servers}}
+#camel.component.kafka.brokers=${brokers}
Review comment:
I think it's safe. It's how the previous impl was configured.
--
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]