You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/09 09:32:36 UTC

[GitHub] [camel-k] astefanutti commented on issue #3389: Propagate errors to KameletBinding status

astefanutti commented on issue #3389:
URL: https://github.com/apache/camel-k/issues/3389#issuecomment-1209143806

   We should review how the re-queue of reconciliation events is handled by controller-runtime.
   
   For errors, in general, we should configure the work-queue to use a rate-limited queue with an exponential failure rate limiter, cap the maximum number of retries, and eventually report the error in the custom resource status and forget the element from the queue. For functional errors, that we know won't be resolved by retrying, we may want to shortcut that mechanism and directly report the error in the custom resource status.


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