jianrongzhang89 opened a new pull request, #553: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/553
This PR implements the following when Knative is installed: 1) When there is no sink defined in a workflow, and there is no broker defined in the platform, the workflow reconciliation will continue instead of failing with errors. 2) When a workflow does not have a broker defined in the workflow's spec.sources for the event type for events that the workflow consumes, and there is no broker configured in the platform, the workflow reconciliation will continue instead of failing with errors. In this case, no trigger will be created for that event type. **Motivation for the change:** This is for backward compatibility with the latest operator release and usability. If will be up to the user to decide whether a broker should be configured for a workflow. **Checklist** - [ X] Add or Modify a unit test for your change - [ X] Have you verified that tall the tests are passing? -- 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]
