sed108

Results 2 comments of sed108

The workaround suggested above no longer seems to work with quarkus 2.8.0 and camel 3.16.0 When using the suggested new line in `application.properties`: `camel.component.kafka.brokers=${kafka.bootstrap.servers:${brokers}}` The following error was received: ```...

A new workaround was identified here: https://github.com/apache/camel-quarkus-examples/pull/86 ``` %prod.camel.component.kafka.brokers=${kafka.bootstrap.servers} ```