JiriOndrusek commented on pull request #2102: URL: https://github.com/apache/camel-quarkus/pull/2102#issuecomment-754507097
@jamesnetherton I'm facing a problem with quarkiverse-minio. Extension is meant to create minio client (seems to be the main purpose of extension). It requires mandatory configuration for the client - [source](https://github.com/quarkiverse/quarkiverse-minio/blob/master/runtime/src/main/java/io/quarkiverse/minio/client/MinioProducer.java). It should be possible to use quakiverse extension from cq if this client was not present (camel component is able to create its own client for each endpoint if necessary [source](https://github.com/apache/camel/blob/master/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java#L87) I can possibly imagine solution with quarkiverse, when the client created by quarkiverse could be used by camel component. But this approach would require to fill connection parameters even if user then decides to use some kind of dynamic values in endpoint parameters. WDYT? ---------------------------------------------------------------- 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: us...@infra.apache.org