jianrongzhang89 opened a new issue, #521: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/521
### Description With the implementation for the integration of SonataFlow Operator with Knative: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/467, the platform reconciliation logic will log an error message when: 1) the broker used for creating triggers is not created or available, or 2) 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. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
