ppalaga commented on a change in pull request #55:
URL:
https://github.com/apache/camel-quarkus-examples/pull/55#discussion_r722201628
##########
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:
https://github.com/apache/camel-quarkus/issues/2939 not being an issue
anymore, I hope commenting the line back and removing
${kafka.bootstrap.servers} makes up a valid suggestion for end users?
--
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]