jianrongzhang89 commented on issue #371: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/371#issuecomment-2035710035
1) Tested [sonataflow with event time out](https://gist.github.com/jianrongzhang89/d26a22e863ec677696889a06a7644d8e) successfully. The sonataflow event has 'kind' set to produced. Confirmed that a sinkbinding is created, and the knative related properties are included in the immutable managed configmap:`callbackstatetimeouts-managed-props`: mp.messaging.outgoing.kogito_outgoing_stream.connector = quarkus-http mp.messaging.outgoing.kogito_outgoing_stream.url = ${K_SINK} org.kie.kogito.addons.knative.eventing.health-enabled = true 2) Tested [sonataflow with greeting] (https://gist.github.com/jianrongzhang89/b8d437eac99124edf5e5c9c72581c747) successfully. It has an onEvent configured so that external cloud events are sent to the workflow via the broker. Confirmed that a trigger is created, and the knative related properties are included in the immutable managed configmap `greeting-managed-props`: mp.messaging.incoming.kogito_incoming_stream.connector = quarkus-http mp.messaging.incoming.kogito_incoming_stream.path = /extra/path org.kie.kogito.addons.knative.eventing.health-enabled = true So this functionality works as expected. -- 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]
