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

   I wonder if we have to store them at all:
   - the one for the pod is an ephemeral value that depends on the content of 
an integration and some external resources, I don't think there is any value in 
storing it in the status also because we are computing it for every 
reconciliation (at least, this is my understanding) and we can eventually 
compute it only when needed (i.e. we don't need to generate it for a number of 
transient phases)
   - we can optionally compute the digest of the previous and current object in 
the event filter (i.e. when the generation or phase have changed we don't have 
to compute it)
   - storing the checksum in the status may trigger additional spurious 
reconcile loops 
   
   Not sure this would cover all the cases, WDYT ?


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