nicolaferraro commented on issue #660: Integration stuck waiting for platform
URL: https://github.com/apache/camel-k/issues/660#issuecomment-495161911
 
 
   Yeah, that should work.
   
   Another possible optimization is to remove all the places where we do 
"edits" to objects in order to trigger a reconcile loop (e.g. when a context is 
ready there should be a piece of code that does a small edit on the label of a 
integration) and replace it with a cleaner approach like:
   - platform changes trigger reconcile loops in all integrations
   - context changes trigger reconcile loops in platform and all integrations
   (hope they are enough for our use cases)
   
   This way we can also get rid later of continuous polling we currently do 
(inherited from old operator-sdk model).
   
   There should be some utilities in controller runtime to deal with such kind 
of dependencies.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to