jamesnetherton commented on pull request #2102:
URL: https://github.com/apache/camel-quarkus/pull/2102#issuecomment-754515369


   > even if user then decides to use some kind of dynamic values in endpoint 
parameters
   
   I actually encountered a similar thing when I implemented Google BigQuery 
native support, which leverages a quarkiverse extension. There's a `projectId` 
config param that has to be specified:
   
   
https://github.com/apache/camel-quarkus/blob/master/integration-tests/google-bigquery/src/main/resources/application.properties#L19
   
   For the initial implementation we could state in the docs that it's 
mandatory to configure the Minio client using the Quarkus way and Camel will 
autowire it into the Mino component. Then later we revisit this and try to 
improve things.
   
   Alternatively, we could forget about leveraging the quarkiverse extension 
altogether and just do our own thing (not my preference).
   
   @ppalaga @aldettinger @zbendhiba 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


Reply via email to