wmedvede commented on code in PR #551:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/551#discussion_r1813160631
##########
bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml:
##########
@@ -58,6 +58,9 @@ data:
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-20240912-SNAPSHOT
+ # If true, the workflow deployments will be configured to send accumulated
workflow status change events to the Data
+ # Index Service reducing the number of produced events. Set to false to
send individual events.
+ kogitoEventsGrouping: true
Review Comment:
I think it's a fair deal. We can also set kogitoEventsGrouping = false in
the controllers config and just let users always set this value to true for
every workflow manually. BTW, if kogitoEventsGrouping = false in the
controllers config, then, the operator will never set that property for the
workflows.
--
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]