You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/02/13 15:57:22 UTC

[GitHub] [camel-k] squakez commented on issue #3831: Build refactoring (to address runtime decoupling)

squakez commented on issue #3831:
URL: https://github.com/apache/camel-k/issues/3831#issuecomment-1428188417

   I made some experiment around the possibility to run parallel `pod` builds: the results are quite encouraging as there does not seem to be any kind of corruption of dependencies when running in parallel. Using a PVC in `ReadWriteOnce` or `ReadWriteMany` mode looks to be enough for several Maven process in distinct Pods to work. It is clear that the more builder we have, the slower is the time to finish the build, but we should be able to mitigate this by working on some queuing system as suggested in #592 


-- 
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-unsubscribe@camel.apache.org

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