Skip to content

Commit

Permalink
Workaround for apache/camel-quarkus#2939
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jul 23, 2021
1 parent 8cebf38 commit fcfea8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kafka/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ kafka.topic.name=test
timer.period = 10000
timer.delay = 10000

#uncomment to set Kafka instance without Authentication
#camel.component.kafka.brokers=${brokers}
# 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}}

# uncomment to set Kafka instance with SASL Plain
#camel.component.kafka.brokers=${brokers}
Expand Down

0 comments on commit fcfea8f

Please sign in to comment.