jamesnetherton commented on issue #2721:
URL: https://github.com/apache/camel-quarkus/issues/2721#issuecomment-854579445


   Wondering whether this maybe be the same issue we have with Infinispan?
   
   When autowiring is enabled, Camel will try to resolve a bean from the 
registry of type `MinoClient`. The registry lookup delegates to Arc and it 
triggers the CDI producer to run. Hence the validation check on the URL config 
is performed.
   
   If you disable autowiring in the kamelet config, it may work properly.
   
   Perhaps the `produceMinioClient` method should return null if all of the 
config options are empty.


-- 
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