You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the implementation for the integration of SonataFlow Operator with Knative: #467, the platform reconciliation logic will log an error message when:
the broker used for creating triggers is not created or available, or
the SinkBinding has not injected K_SINK into the Job Services deployment
and the reconciliation will resume after the condition has been resolved.
This follow up issue is to allow the operator to update the SonataFlowPlatform CR status with the corresponding error messages to inform the user that an error has happened.
Implementation ideas
To minimize the impact on the existing logic, it is suggested to use existing condition type "Running" with a Reason like "WaitingKnativeEventing" instead of introducing a new condition type.
The text was updated successfully, but these errors were encountered:
Description
With the implementation for the integration of SonataFlow Operator with Knative: #467, the platform reconciliation logic will log an error message when:
and the reconciliation will resume after the condition has been resolved.
This follow up issue is to allow the operator to update the SonataFlowPlatform CR status with the corresponding error messages to inform the user that an error has happened.
Implementation ideas
To minimize the impact on the existing logic, it is suggested to use existing condition type "Running" with a Reason like "WaitingKnativeEventing" instead of introducing a new condition type.
The text was updated successfully, but these errors were encountered: