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


   No problem.
   
   About point 1, that is not correct. The Kit should be reused as a base layer 
for Integrations that are similar (for instance, a similar set of 
dependencies). Let's say you develop this integration:
   ```
   kamel run Sample.java
   ```
   And then, another integration such as
   ```
   kamel run Sample2.java -d camel-zipfile
   ```
   We expect, the second integration to have an IntegrationKit built on top of 
the first IntegrationKit as there is only 1 dependency difference between both. 
Unfortunately, you may have experienced #3007, which lately made the 
incremental build to be broken.
   
   About point 3, I am not sure to understand the question. Do you refers to 
the 
`[IntegrationPlatform](https://camel.apache.org/camel-k/1.8.x/architecture/cr/integration-platform.html)`,
  maybe?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to