edeandrea opened a new issue #1870: URL: https://github.com/apache/camel-k/issues/1870
I have a camel-k integration that was using the `camel-kafka` and `camel-infinispan` components. I had also been setting the trait `quarkus.enabled=false`. When I change the `quarkus.enabled` trait to `true`, the `camel.component.kafka.*` and `camel.component.infinispan.*` properties no longer work. Here's the "before" example that was working: https://github.com/edeandrea/debezium-demo-apb/blob/43c689c81ba51ca5c714a65a3436766003b5f4ec/roles/Demo/objects/camelk-client.yml Here's the example which isn't working: https://github.com/edeandrea/debezium-demo-apb/blob/master/roles/Demo/objects/camelk-client.yml In addition, the `hotrod-client.properties` file does not seem to be getting picked up when running under quarkus. The hotrod configuration is not getting applied when entries are being pushed into Infinispan. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
