domhanak commented on code in PR #570: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/570#discussion_r1519403026
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/configuring-knative-eventing-resources.adoc: ########## @@ -0,0 +1,59 @@ += Knative Eventing +:compat-mode!: +// Metadata: +:description: Configuration of knatve eventing deployed by the operator +:keywords: kogito, sonataflow, workflow, serverless, operator, kubernetes, knative, knative-eventing, events + +This document describes how you can configure the workflows to let operator create the knative eventing resources on Kubernetes. + +Sonataflow can analyze the event definitions from `spec.flow` and create `SinkBinding`/`Trigger` based the type of the event. Then the workflow service can utilize them for event communications. The purpose of this feature in quarkus extension can be found xref:use-cases/advanced-developer-use-cases/event-orchestration/consume-produce-events-with-knative-eventing.adoc#ref-example-sw-event-definition-knative[here] + +=== Prerequisite Review Comment: To fix the build ```suggestion == Prerequisite ``` -- 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]
