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

   > I know that a reconciliation is triggered but does the integration filter 
apply ? because if so, then the previous and current integration object would 
have been the same (i.e. same checksum), so the filter would "skip" the event 
isn't it ?
   
   Yes, what it would happen is that the Integration would stick in the 
`Running` phase, so, only applying the traits expected for such execution. 
Conversely, if there is a change in the digest, the Integration would start 
from `Initialization` phase, passing through all the phases (rebuilding, if the 
kit is no longer matching the expected configuration). If we remove the digest 
"optimization", we'd need to run every time this second flow.


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