lburgazzoli commented on issue #4006:
URL: https://github.com/apache/camel-quarkus/issues/4006#issuecomment-1219163073

   I think it make sense also outside camel-k
   In fact what camel-k does is setting up the master component to use 
kubernetes as the cluster service that is sued behind the scenes and nothing 
more.
   
   We can also use the same conventions to configure other cluster services, 
i.e in this [master test 
](https://github.com/apache/camel-quarkus/blob/main/integration-tests/master/src/main/java/org/apache/camel/quarkus/component/master/it/MasterRoutes.java#L36-L40)
 we would be able to use properties instead of programmatic configuration
   
   ```properties
   quarkus.camel.master.file.root = lock
   quarkus.camel.master.file.acquire-lock-delay = 1s
   quarkus.camel.master.file.acquire-lock-interval = 1s
   ```
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to