edeandrea commented on issue #1898: URL: https://github.com/apache/camel-k/issues/1898#issuecomment-758860813
The problem here is that the Quarkus runtime expects `hotrod-client.properties` to be in `META-INF` (see https://github.com/quarkusio/quarkus/blob/master/extensions/infinispan-client/deployment/src/main/java/io/quarkus/infinispan/client/deployment/InfinispanClientProcessor.java#L62). With camel-k, the build is performed by the operator so the user has no way to put `hotrod-client.properties` inside `META-INF`. Quarkus should allow configuration of where `hotrod-client.properties` lives. ---------------------------------------------------------------- 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]
